summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2019-12-09 12:53:42 -0800
committerFranck Cuny <franck.cuny@gmail.com>2019-12-09 12:53:42 -0800
commit14e0641d9b9c12b50daaea0577256ac7b8c5258e (patch)
tree49797d44c526cae2fcc5eff52bee09973ba659c3
parent[org] put all configs related to org together (diff)
downloademacs.d-14e0641d9b9c12b50daaea0577256ac7b8c5258e.tar.gz
[git] add a couple of aliases
-rw-r--r--gitconfig5
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