dotfiles

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

commit 69cc8245d28b8f16beacb4a12bfb7a1a138d43b1
parent 38b29b09ac20338ecada6dbbb1b1f5586c1bb072
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue, 21 Sep 2021 16:59:26 +0200

git: aliases

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

diff --git a/git/gitconfig b/git/gitconfig @@ -68,7 +68,8 @@ open = "!f(){ open $(git home \"$1\"); }; f" dad = "!curl https://icanhazdadjoke.com/ && echo && git add" reignore = "!git rm -r --cached .; git add ." - rb = "rebase --committer-date-is-author-date" + rebase = "rebase --committer-date-is-author-date" + rc = "rebase --continue" lfs-refs = "!git fetch --all && git log -p --all -S" chp = cherry-pick chpn = cherry-pick --no-commit