Skip to content

Commit

Permalink
Rename edit alias
Browse files Browse the repository at this point in the history
"edit" was confusing with the rebase "edit" command which does something else
  • Loading branch information
Matt Tingen authored and matt-tingen committed Mar 7, 2020
1 parent 05db5e7 commit 17f9e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitconfig
Expand Up @@ -31,7 +31,8 @@
co = checkout
c = commit
fix = commit --amend --no-edit
edit = commit --amend --only --no-verify
reword = commit --amend --only --no-verify
rw = reword
root = rev-parse --show-toplevel
d = difftool --gui --no-prompt
stashkeep = "!git stash && git stash apply"
Expand Down

0 comments on commit 17f9e9b

Please sign in to comment.