]> rtime.felk.cvut.cz Git - hubacji1/oneflow.git/commitdiff
Extend explore branches section
authorJiri Hubacek <hubacji1@fel.cvut.cz>
Tue, 16 Oct 2018 06:14:48 +0000 (08:14 +0200)
committerJiri Hubacek <hubacji1@fel.cvut.cz>
Tue, 16 Oct 2018 06:28:18 +0000 (08:28 +0200)
branching.md

index 7ffeed9b446b93afffc953903266292305877cf8..7f9df1b06c7d6827731e9828007a2bcdb2db51ec 100644 (file)
@@ -25,6 +25,10 @@ directory (not staged, nor in git history).
 `git branch` command show all the local branches and the active branch you are
 currently on. Show remote branches by `git branch --all` command.
 
+For `git log` command, add `--branches` or `--all` parameters:
+
+`git log --oneline --graph --decorate --all`
+
 # 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