git: add `fpush` and `slog`

This commit is contained in:
Théophile Bastian 2017-05-30 16:29:43 +02:00
parent f5dbd4f012
commit 535ce60285
1 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,5 @@
git checkout master && git pull -r && git checkout "$BRANCH" && \
git rebase master'
graph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
slog = log --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
fpush = push --force-with-lease