Skip to content

Commit

Permalink
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 6, 2024
1 parent 2d69086 commit 25bf38d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions git/.gitconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[user]
name = Yasmin Teles
email = [email protected]

[credential]
helper = cache
Expand All @@ -13,7 +14,7 @@
st = status
cf = commit --fixup
cm = commit -m
ca = commit -am
ca = !sh -c 'git add . && git commit -m' -
cnm = commit --amend --no-edit

# Files
Expand Down Expand Up @@ -62,11 +63,3 @@

[init]
defaultBranch = main

# [merge]
# tool = vscode
# [mergetool "vscode"]
# [diff]
# tool = vscode
# [difftool "vscode"]
# cmd = code --wait --diff $LOCAL $REMOTE

0 comments on commit 25bf38d

Please sign in to comment.