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: book/03-git-branching/sections/branch-management.asc
+1-1
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ $ git branch -v
69
69
The useful `--merged` and `--no-merged` options can filter this list to branches that you have or have not yet merged into the branch you're currently on.
70
70
To see which branches are already merged into the branch you're on, you can run `git branch --merged`:
0 commit comments