git: add fpush
and slog
This commit is contained in:
parent
f5dbd4f012
commit
535ce60285
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue