Browse Source

[git] Add amend alias

master
lara 5 years ago
parent
commit
5f99e686dd
  1. 1
      gitconfig

1
gitconfig

@ -13,6 +13,7 @@
conflictstyle = diff3 conflictstyle = diff3
[alias] [alias]
# Basics # Basics
am = commit --amend
br = branch br = branch
ck = checkout ck = checkout
cl = clone cl = clone

Loading…
Cancel
Save