dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | README | LICENSE

commit e707de90bf7e280caa058f7a0e7c55eb356a0773 (patch)
parent a523e9098f0ad3c62c7487fc3e81e64186afc620
Author: Alex Karle <alex@alexkarle.com>
Date:   Mon, 10 Jan 2022 23:11:42 -0500

git: Add fetch alias

I keep finding these as I use git...

Diffstat:
M.gitconfig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -18,6 +18,7 @@ d = diff c = commit g = grep -n + f = fetch [pull] ff = only