We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e0354 commit 11ad3e1Copy full SHA for 11ad3e1
.gitconfig
@@ -33,7 +33,7 @@
33
ll = "!git l $(git mb)~1.."
34
lll = "!git log $(git mb)~1.."
35
lb = "!git log --oneline --graph --color=always $(git mb)~1.. $(git default-branch) HEAD"
36
- lob = log --oneline --graph --branches --color=always
+ lob = log --oneline --graph --branches --color=always --remotes
37
mb = "!git merge-base origin/$(git default-branch) HEAD"
38
nb = "!git switch -c lindhe/${1:?} #"
39
nuke-branch = "!git worktree remove ${*} && git branch -D ${*} #"
0 commit comments