citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit fedbc5d209757eb1c4b3d1efdda16632c15d627f
parent d506fcad2323f20509aaeb4a7962c584e4585696
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 10 Jul 2021 09:25:28 -0700

remove pull rebase, it breaks puff alias

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mdotfiles/.gitconfig | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig @@ -79,8 +79,6 @@ pushall = !git remote | parallel -L1 -I R git push R master [rebase] autosquash = true -[pull] - rebase = true [diff] colorMoved = dimmed-zebra colorMovedWs = allow-indentation-change