aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
======