Update README-git.md

This commit is contained in:
Uladzimir Pylinski 2015-01-17 16:11:17 +03:00
parent 8fedd41a6a
commit 14bdd6477f
1 changed files with 3 additions and 3 deletions

View File

@ -10,12 +10,12 @@ First you need to fork 2 repos:
Make local clone of your fork Make local clone of your fork
```bash ```bash
# git clone git@github.com:username/ChibiOS-gitmain.git # git clone git@github.com:username/ChibiOS.git
``` ```
Make local branch for your feature Make local branch for your feature
```bash ```bash
# cd ChibiOS-gitmain # cd ChibiOS
# git branch feature # git branch feature
# git checkout 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 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: Links:
====== ======