dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit c3795ebd8984235020873f76643082bd76a1b4f7
parent 23824a06700deca6da6fcc12c5f0b678f422bac6
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun, 21 Oct 2018 16:07:03 +0200

Git alias for updating submodules

Diffstat:
Mgit/gitconfig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/git/gitconfig b/git/gitconfig @@ -37,6 +37,7 @@ pp = pull pushf = push --force-with-lease fuckitall = reset --hard HEAD + up-sub = "!git submodule foreach 'git fetch origin --tags; git checkout master; git pull' && git pull && git submodule update --init --recursive" [merge] tool = vimdiff