You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
-
# git-branch-status
2
-
A BASH script that prints out pretty git branch sync status reports
1
+
# git-branch-status - print pretty git branch sync status reports
2
+
3
+
By default, the `git-branch-status` command shows the divergence relationship between branches for which the upstream differs from it's local counterpart.
4
+
5
+
A number of command-line switches exist selecting various output modes to compare any or all local or remote branches.
3
6
4
7
![git-branch-status screenshot][scrot]
5
8
@@ -16,13 +19,13 @@ USAGE:
16
19
17
20
EXAMPLES:
18
21
19
-
# show only branches for which upstream HEAD differs from local
22
+
# show only branches for which upstream differs from local
0 commit comments