summaryrefslogtreecommitdiff
path: root/src/git/_gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/_gitconfig')
-rw-r--r--src/git/_gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/git/_gitconfig b/src/git/_gitconfig
index ef17fe0..b2dcb56 100644
--- a/src/git/_gitconfig
+++ b/src/git/_gitconfig
@@ -36,6 +36,8 @@
l9 = log --graph --decorate --date-order -n9
la = log --graph --decorate --date-order --all
mb = merge-base
+ #mbu = merge-base origin/develop
+ #rsmbuh = ! git reset --soft `git mbu HEAD`
s = status
rimraf = ! git clean -df && git reset --hard HEAD
delmerged = !git br -d $(find .git/refs/heads -type f|cut -c17-)