We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5185400 + a11f64d commit 8288f7dCopy full SHA for 8288f7d
git-flow-log
@@ -48,7 +48,7 @@ usage() {
48
OPTIONS_SPEC="\
49
git flow log
50
51
-shows current branch log compared to develop
+shows current branch log compared to base branch
52
'git help log' for arguments
53
--
54
"
@@ -69,7 +69,7 @@ cmd_list() {
69
70
git flow feature log [<options>]
71
72
-Show log on <feature> branch since the fork of <develop> branch
+Show log on current branch since the fork of base branch
73
Options come from git log
74
75
h,help! Show this help
0 commit comments