this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(programs/git): add more common alias

+2
+2
modules/programs/git.nix
··· 23 23 gaa = "git add --all"; 24 24 gcm = "git commit --message"; 25 25 gca = "git commit --amend"; 26 + gcan = "git commit --amend --no-edit"; 27 + gp = "git push"; 26 28 gpf = "git push --force"; 27 29 }; 28 30 programs.git = {