aboutsummaryrefslogtreecommitdiffstats
path: root/README-git.txt
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2014-10-19 20:35:29 +0300
committerUladzimir Pylinski <barthess@yandex.ru>2014-10-19 20:35:29 +0300
commit09dc3fb5d0dfe188f78b6b52e2d55312c3c7174b (patch)
tree44412421438de9adabeb1c35938dbeec90047e36 /README-git.txt
parent6d51b2dc8385784eed75bbe659bddee1b00654fd (diff)
downloadChibiOS-Contrib-09dc3fb5d0dfe188f78b6b52e2d55312c3c7174b.tar.gz
ChibiOS-Contrib-09dc3fb5d0dfe188f78b6b52e2d55312c3c7174b.tar.bz2
ChibiOS-Contrib-09dc3fb5d0dfe188f78b6b52e2d55312c3c7174b.zip
Update README-git.txt
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