dotfiles

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

commit 43a0a0fc19e36654948fd570f6d8c34ebdacf21c
parent b7924e0efc0cbbdff1248ee1027328e8b0b3b770
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Fri, 26 Oct 2018 14:27:55 +0200

Git up-sub fix

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

diff --git a/git/gitconfig b/git/gitconfig @@ -37,9 +37,10 @@ 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 add . && git commit -m 'Updated submodules' && git submodule update --recursive --checkout" + 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 --force" home = "!git remote show origin | awk -F ': ' '/Fetch/ {print $2}'" open = "!open $(git home)" + dad = "!curl https://icanhazdadjoke.com/ && git add" [merge] tool = vimdiff