From a0dfdf7b825022074279c3235773fda65f42d43a Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Thu, 13 Jul 2017 00:12:10 +0900 Subject: [PATCH] Add few git aliases life gets easier Signed-off-by: Yongmin Hong --- .gitaliases | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitaliases b/.gitaliases index 47a59cf..cfaa416 100644 --- a/.gitaliases +++ b/.gitaliases @@ -5,9 +5,13 @@ br = branch -v fa = fetch --all graph = log --pretty=format:\"%h %s\" --graph + fo = fetch origin usync = rebase upstream/master + osync = rebase origin/master aal = add * po = push origin master amend = commit --amend -s cmt = commit -S -s amends = commit --amend -S -s + acmt = commit -a -S -s + acm = commit -a -s