mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-12-04 15:31:01 +01:00
Add git pull-rebase
This commit is contained in:
parent
ef1ed79071
commit
67e7fdef7d
@ -20,6 +20,7 @@
|
|||||||
l = log --all --color --graph --pretty=format:'%Cred%h%Creset %G?%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit # Colorful and easy to read log
|
l = log --all --color --graph --pretty=format:'%Cred%h%Creset %G?%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit # Colorful and easy to read log
|
||||||
last = log -1 HEAD --stat
|
last = log -1 HEAD --stat
|
||||||
pl = pull
|
pl = pull
|
||||||
|
pr = pull --rebase
|
||||||
pu = push
|
pu = push
|
||||||
rv = remote -v
|
rv = remote -v
|
||||||
se = !git rev-list --all | xargs git grep -F
|
se = !git rev-list --all | xargs git grep -F
|
||||||
|
Loading…
Reference in New Issue
Block a user