dotfiles

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

commit 090b70f76a0101a9e8ce69547588d9ed82370616
parent c3795ebd8984235020873f76643082bd76a1b4f7
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun, 21 Oct 2018 17:50:21 +0200

Modified up-sub alias

Diffstat:
Mgit/gitconfig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git/gitconfig b/git/gitconfig @@ -37,7 +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" + up-sub = "!git submodule foreach 'git fetch origin --tags; git checkout master; git pull' && git add . && git commit -m 'Updated submodules' && git submodule update --recursive --checkout" [merge] tool = vimdiff