aboutsummaryrefslogtreecommitdiffstats
path: root/README-git.md
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2015-01-17 16:11:17 +0300
committerUladzimir Pylinski <barthess@yandex.ru>2015-01-17 16:11:17 +0300
commit14bdd6477fec41f9e6e1a2e76900e418c96341e3 (patch)
tree45f885ceb21dd467d30cfd49735bc47ad806259e /README-git.md
parent8fedd41a6a20cc4f6d4b565b68168839f456bdb3 (diff)
downloadChibiOS-Contrib-14bdd6477fec41f9e6e1a2e76900e418c96341e3.tar.gz
ChibiOS-Contrib-14bdd6477fec41f9e6e1a2e76900e418c96341e3.tar.bz2
ChibiOS-Contrib-14bdd6477fec41f9e6e1a2e76900e418c96341e3.zip
Update README-git.md
Diffstat (limited to 'README-git.md')
-rw-r--r--README-git.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README-git.md b/README-git.md
index a51a6f2..3cfc241 100644
--- a/README-git.md
+++ b/README-git.md
@@ -10,12 +10,12 @@ First you need to fork 2 repos:
Make local clone of your fork
```bash
-# git clone git@github.com:username/ChibiOS-gitmain.git
+# git clone git@github.com:username/ChibiOS.git
```
Make local branch for your feature
```bash
-# cd ChibiOS-gitmain
+# cd ChibiOS
# git branch feature
# git checkout feature
```
@@ -51,7 +51,7 @@ Now for parent repo
```
Now all your changes published on github. Just use web interface to send
-pull 2 requests: for ChibiOS-contrib and for ChibiOS-gitmain.
+2 pull requests: for ChibiOS-contrib and for ChibiOS.
Links:
======