diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2019-12-09 12:53:42 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2019-12-09 12:53:42 -0800 |
commit | 14e0641d9b9c12b50daaea0577256ac7b8c5258e (patch) | |
tree | 49797d44c526cae2fcc5eff52bee09973ba659c3 | |
parent | [org] put all configs related to org together (diff) | |
download | emacs.d-14e0641d9b9c12b50daaea0577256ac7b8c5258e.tar.gz |
[git] add a couple of aliases
-rw-r--r-- | gitconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig index 5d557eb..c98dcf7 100644 --- a/gitconfig +++ b/gitconfig @@ -19,4 +19,7 @@ [user] name = Franck Cuny - email = fcuny@twitter.com \ No newline at end of file + email = fcuny@twitter.com +[alias] + s = status --short --branch + amend = commit --amend --no-edit |