Browse Source

git: introduce `git please`

Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com>
master
Alejandro Mery 7 years ago
committed by Alejandro Mery
parent
commit
64614a99fc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      files/.gitconfig

+ 1
- 0
files/.gitconfig

@ -21,6 +21,7 @@
fixup = commit --fixup
squash = commit --squash
autosquash = rebase -i --autosquash
please = push --force-with-lease
[push]
default = tracking

Loading…
Cancel
Save