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
tl = tag -l --sort=-creatordate --format='%(creatordate:short) | %(refname)'
32
+
rb = rebase --stat
31
33
pristine = !git reset --hard && git clean -f
32
34
whereami = show --oneline -s
33
35
whenadded = log --diff-filter=A
@@ -38,3 +40,5 @@
38
40
gone = "!git fetch -p && for b in $(git for-each-ref --format='%(if:equals=[gone])%(upstream:track)%(then)%(refname:short)%(end)' refs/heads); do git branch -D $b; done"
0 commit comments