From 14bdd6477fec41f9e6e1a2e76900e418c96341e3 Mon Sep 17 00:00:00 2001 From: Uladzimir Pylinski Date: Sat, 17 Jan 2015 16:11:17 +0300 Subject: [PATCH] Update README-git.md --- README-git.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-git.md b/README-git.md index a51a6f29..3cfc241b 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: ======