Skip to content

常用命令

git branch
git branch -D
git checkout
git checkout -b

git pull
git push

git add .
git commit -m ""

git config --global https.proxy http://127.0.0.1:12333
git config --global https.proxy https://127.0.0.1:12333

git remote -v
git remote set-url origin git@gitea.beyondxin.top:BeyondXin/MyNote.git