dotfiles

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

commit 0273e15f3d4e00ebfbb00202b09aa04dc163e265
parent 022f1753ac39cb1697e1f01cb34241e71f8cf089
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 22 Aug 2018 10:38:42 +0200

New alias for git reset

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

diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig @@ -35,6 +35,7 @@ delete-merged = "!git checkout master && git branch --merged | grep -v '\\*' | xargs -n 1 git branch -d" p = push pushf = push --force-with-lease - + fuckitall = reset --hard HEAD + [merge] tool = vimdiff