From: W. Trevor King Date: Tue, 29 Apr 2014 22:09:21 +0000 (-0700) Subject: cheat-sheet.md: Mention the default root for 'git branch ...' X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;p=swc-version-control-git.git cheat-sheet.md: Mention the default root for 'git branch ...' From git-branch(1): git branch [options] [] --- diff --git a/cheat-sheet.md b/cheat-sheet.md index c17f863..6c71bbf 100644 --- a/cheat-sheet.md +++ b/cheat-sheet.md @@ -132,7 +132,8 @@ Branches $ git branch -* Make a new branch (e.g. `some-feature`): +* Make a new branch (e.g. `some-feature`) based on the current `HEAD` + commit: $ git branch some-feature