dotfiles

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

commit d2718deb6e5c51b92112ddff2d1769952d84a5df
parent 6d79e681907fd0ff86389dc2546aee5f25109c40
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon,  1 Oct 2018 22:22:16 +0200

Alias for git pull

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

diff --git a/git/gitconfig b/git/gitconfig @@ -34,6 +34,7 @@ mergetest = merge --no-commit --no-f delete-merged = "!git checkout master && git branch --merged | grep -v '\\*' | xargs -n 1 git branch -d" p = push + pp = pull pushf = push --force-with-lease fuckitall = reset --hard HEAD