summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--home/.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.gitconfig b/home/.gitconfig
index 40f4352..2c36408 100644
--- a/home/.gitconfig
+++ b/home/.gitconfig
@@ -3,6 +3,8 @@
--format=format:'%C(bold blue)%h%C(reset) $C(magenta)%G?%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
tree = lg --all
ff = merge --ff-only
+ sam = am -s -S
+ scommit = commit -s -S
[checkout]
DefaultRemote = alx
[color "diff"]