Skip to content

Commit f983b16

Browse files
committed
1 parent 2dd7ae8 commit f983b16

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

gitconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,12 @@
1717
last = log -1 HEAD
1818
sync = "!f() { echo Syncing $1 with master && git checkout master && git pull && git checkout $1 && git rebase master; }; f"
1919
staged = diff --cached
20+
please = push --force-with-lease
21+
commend = commit --amend --no-edit
22+
it = !git init && git commit -m root --allow-empty
23+
stsh = stash --keep-index
24+
staash = stash --include-untracked
25+
staaash = stash --all
26+
merc = merge --no-ff
2027
[push]
2128
default = simple

0 commit comments

Comments
 (0)