dotfiles

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

commit 50a5a05d6125a10a9024a271489e4f6c425b2048
parent b758482b42fe4b9abb683398a793ecbc34aefa13
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Wed,  4 Jan 2023 16:53:33 +0100

gitconfig: alias

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

diff --git a/git/gitconfig b/git/gitconfig @@ -61,6 +61,7 @@ p = push pushf = push --force-with-lease pf = pull --ff-only + pff = pull --ff-only fuckit = reset --hard HEAD fuckitall = reset --hard origin/master ssh = "!git remote get-url origin | sed -E 's|^https?://([^/]+)/(.+)|git@\\1:\\2|' | tr -d '\n'"