diff --git a/config/includes.chroot/etc/skel/.gitconfig b/config/includes.chroot/etc/skel/.gitconfig new file mode 100644 index 0000000..cc996e6 --- /dev/null +++ b/config/includes.chroot/etc/skel/.gitconfig @@ -0,0 +1,17 @@ +[color] + ui = true +[merge] + tool = meld +[alias] + st = status + a = add + ch = checkout + b = branch -a + c = commit + ru = remote update + l = "log --graph --abbrev-commit --decorate --date=relative --pretty=oneline --all" + d = diff + wd = diff --color-words=. + sl = shortlog + gc = gc --aggressive + thanks = shortlog -sne