Skip to content

Commit

Permalink
feat(aliases): add gcm
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Nov 11, 2024
1 parent 9a66712 commit 9f2a200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions home/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
gca = "git commit --amend";
gcb = "git checkout -b";
gcf = "git commit --fixup";
gcm = "git commit -m";
gd = "git diff";
gdc = "git diff --cached";
gf = "git fetch --prune";
Expand Down

0 comments on commit 9f2a200

Please sign in to comment.