Skip to content

Commit 11ad3e1

Browse files
committed
git: Add --remotes to lob
1 parent 70e0354 commit 11ad3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
ll = "!git l $(git mb)~1.."
3434
lll = "!git log $(git mb)~1.."
3535
lb = "!git log --oneline --graph --color=always $(git mb)~1.. $(git default-branch) HEAD"
36-
lob = log --oneline --graph --branches --color=always
36+
lob = log --oneline --graph --branches --color=always --remotes
3737
mb = "!git merge-base origin/$(git default-branch) HEAD"
3838
nb = "!git switch -c lindhe/${1:?} #"
3939
nuke-branch = "!git worktree remove ${*} && git branch -D ${*} #"

0 commit comments

Comments
 (0)