mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 10:39:57 +01:00
Compare commits
No commits in common. "5af4722f07cde0222cc396adf6f30816f2d673a3" and "ef1ed79071e5d4517f71dd06bc9685b8e2f7ad83" have entirely different histories.
5af4722f07
...
ef1ed79071
@ -10,7 +10,6 @@
|
|||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[alias]
|
[alias]
|
||||||
a = add
|
a = add
|
||||||
aa = add --all
|
|
||||||
br = branch
|
br = branch
|
||||||
c = commit -m
|
c = commit -m
|
||||||
ca = c -a
|
ca = c -a
|
||||||
@ -21,7 +20,6 @@
|
|||||||
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