Compare commits

...

2 Commits

Author SHA1 Message Date
Jan Jastrow
5af4722f07 Also add --all 2024-11-01 22:21:45 +01:00
Jan Jastrow
67e7fdef7d Add git pull-rebase 2024-11-01 22:20:19 +01:00

View File

@ -10,6 +10,7 @@
defaultBranch = main
[alias]
a = add
aa = add --all
br = branch
c = commit -m
ca = c -a
@ -20,6 +21,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
last = log -1 HEAD --stat
pl = pull
pr = pull --rebase
pu = push
rv = remote -v
se = !git rev-list --all | xargs git grep -F