My Nix Infra
nix nixos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gitconfig: always rebase when pull

ydcjeff 83e6fb38 b154502f

+1 -1
+1 -1
setup.sh
··· 31 31 git config --global color.ui true 32 32 git config --global push.default simple 33 33 git config --global fetch.prune true 34 - 34 + git config --global pull.rebase true 35 35 git config --global user.name "ydcjeff" 36 36 git config --global user.email "n2ya@duck.com" 37 37 git config --global core.editor "nvim"