From 09dc3fb5d0dfe188f78b6b52e2d55312c3c7174b Mon Sep 17 00:00:00 2001 From: Uladzimir Pylinski Date: Sun, 19 Oct 2014 20:35:29 +0300 Subject: Update README-git.txt --- README-git.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README-git.txt') 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 -- cgit v1.2.3