Download:
child 271:150c76c7ef0c
parent 269:fdf845e50c06
270:1d5e48ac6718
Anton Shestakov <av6@dwimlabs.net>, Mon, 08 Jul 2024 22:47:13 +0400
.gitconfig: some more shortcuts and tweaks

1 файлов изменено, 3 вставок(+), 2 удалений(-) [+]
.gitconfig file | annotate | diff | comparison | revisions
--- a/.gitconfig Sun Jul 07 20:21:22 2024 +0400
+++ b/.gitconfig Mon Jul 08 22:47:13 2024 +0400
@@ -9,7 +9,8 @@
verbose = true
[alias]
+up = checkout
st = status
ci = commit
-d = diff
-gl = log --graph --decorate --all
+d = diff --word-diff=color --word-diff-regex=.
+gl = log --graph --decorate --all --abbrev-commit