We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd7ae8 commit f983b16Copy full SHA for f983b16
gitconfig
@@ -17,5 +17,12 @@
17
last = log -1 HEAD
18
sync = "!f() { echo Syncing $1 with master && git checkout master && git pull && git checkout $1 && git rebase master; }; f"
19
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
27
[push]
28
default = simple
0 commit comments