git config --global --add --bool push.autoSetupRemote true

This commit is contained in:
xiongdian.me 2022-10-28 12:49:04 +08:00
parent 9778c69d78
commit 76679c1336

View File

@ -3,3 +3,5 @@
name = Dict Xiong name = Dict Xiong
[core] [core]
editor = vim editor = vim
[push]
autoSetupRemote = true