From 3c710c161806e7866e1999b053c8230478078048 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sun, 3 Nov 2019 17:28:18 +0500 Subject: Update --- files/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'files/.gitconfig') diff --git a/files/.gitconfig b/files/.gitconfig index 013bf39..5b3bcfa 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -43,6 +43,9 @@ publish = "!git push -u origin $(git branch-name)" # https://datagrok.org/git/git-serve/ quickserve="daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/" + # https://github.com/anishathalye/dotfiles/blob/master/gitconfig + update-submodules = submodule update --init --recursive + upgrade-submodules = submodule update --init --remote [advice] statusHints = false detachedHead = false -- cgit v1.2.3