From 3ca7b6822af5f7d5cb0328653a4374b22fbfe01a Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 23 Feb 2017 17:00:09 +0200 Subject: [PATCH] - Added amend git alias (to commit --amend). --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 44a343f..3185c8a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,4 +1,5 @@ [alias] + amend = commit --amend bull = submodule update --remote clear = clean -fdx dif = diff --color-words -- GitLab