aboutsummaryrefslogtreecommitdiffstats
path: root/README-git.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README-git.txt')
-rw-r--r--README-git.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/README-git.txt b/README-git.txt
index 2aef0d7..608b122 100644
--- a/README-git.txt
+++ b/README-git.txt
@@ -1,4 +1,5 @@
Quick start:
+============
Assume you already have a github account. Lets your account name is
"username".
@@ -11,9 +12,11 @@ Make local clone of your fork
git clone git@github.com:username/ChibiOS-gitmain.git
Make local branch for your feature
+```
cd ChibiOS-gitmain
git branch feature
git checkout feature
+```
There is no code from ChibiOS-contrib in your repo. We have to connect
ChibiOS-contrib as a git submodule