dotfiles

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

commit c61153ade0edf457c824284e0c53bf2d3c14f212
parent caf1c2476892fc52eb01c546a20ecde9cd22897f
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Fri, 15 Jun 2018 15:35:08 +0200

Added a push force with lease alias

Diffstat:
Mgitconfig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/gitconfig b/gitconfig @@ -17,3 +17,4 @@ email = EMAIL changes = diff --summary --stat co = checkout fa = fetch --all + pushf = push --force-with-lease