Add new Git alias

I use cherry-picks in one project and am to lazy to always wait for
auto completion.
This commit is contained in:
Daniel Siepmann 2022-02-23 13:54:57 +01:00
parent 972475915e
commit a0832b3767
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -28,6 +28,7 @@
fap = "fetch --all --prune";
rh = "reset --hard";
cp = "cherry-pick";
lg = "log --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative";
};