]> rtime.felk.cvut.cz Git - hubacji1/oneflow.git/commitdiff
Remove redundant info from branching
authorJiri Hubacek <hubacji1@fel.cvut.cz>
Tue, 16 Oct 2018 06:15:56 +0000 (08:15 +0200)
committerJiri Hubacek <hubacji1@fel.cvut.cz>
Tue, 16 Oct 2018 06:28:18 +0000 (08:28 +0200)
branching.md

index 7f9df1b06c7d6827731e9828007a2bcdb2db51ec..4ad136378d4d06875988ba09215ccf602b01d058 100644 (file)
@@ -32,8 +32,7 @@ For `git log` command, add `--branches` or `--all` parameters:
 # Create and switch branches
 When decided to create new branch `git branch NAME` can be used. The branch
 will be created from the current state called *HEAD*. Switching between
-branches is done by `git checkout NAME` command. Checkout to specific commit is
-also possible by `git checkout COMMIT_ID`.
+branches is done by `git checkout NAME` command.
 
 If branch creation from specified commit is prefered, use `git branch NAME
 COMMIT_ID`.