We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9d24f commit dbfce19Copy full SHA for dbfce19
home/modules/vcs.nix
@@ -51,7 +51,7 @@
51
ca = "commit --amend";
52
cm = "commit -m";
53
co = "checkout";
54
- cu = ''!f(){ git stash && git checkout $1 && git fetch --all --prune && git pull origin $1; };f'';
+ cu = "!f(){ git stash && git checkout $1 && git fetch --all --prune && git pull origin $1; };f";
55
df = "diff";
56
hist = "log --graph --pretty=format:'%Cred%h%Creset %s%C(yellow)%d%Creset %Cgreen(%cr)%Creset [%an]' --abbrev-commit --date=relative";
57
ri = "rebase --interactive --autosquash";
0 commit comments