From e991ec16828b262c0e90677d6ba9f258d81b6b9c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 19 Apr 2015 23:23:35 +0300 Subject: [PATCH] .gitconfig: alphabetically sort aliases --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 95d1a76..baccece 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,8 +1,8 @@ [alias] amend = commit --amend -C HEAD b = branch - checkin = commit ca = commit --amend + checkin = commit ci = commit co = checkout d = diff -- 2.39.2