Adjust git aliases

Remove unused ones.
This commit is contained in:
Daniel Siepmann 2024-02-15 07:23:55 +01:00
parent 1fd0866d00
commit ad60525629
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -13,23 +13,18 @@
aliases = {
c = "checkout";
ss = "show -s";
f = "fetch";
s = "status -s";
ss = "show -s";
dc = "diff --cached";
rh = "reset --hard";
sc = "switch -c";
st = "switch -t";
com = "commit";
ri = "rebase -i";
rc = "rebase --continue";
fa = "fetch --all";
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";
};