Skip to content

Commit

Permalink
fixup! feat: update add and commit command in gitconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Jun 10, 2024
1 parent 0f0ebeb commit fc96491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
st = status
cf = commit --fixup
cm = commit -m
ca = !sh -c 'git add . && git commit -m' -
ca = commit -am
cnm = commit --amend --no-edit

# Files
Expand Down

0 comments on commit fc96491

Please sign in to comment.