Skip to content

Tags

On this page

收集常用Git技巧

回答合集

提交

合并上游的时候不弹出确认框

git pull upstream main --commit --no-edit

对所有采用上游的更新

git checkout --theirs .

首次更新子 repo

git submodule update --init --recursive

Later

git submodule update --recursive

忽略所有,除了文件夹

folder/*
!folder/.gitkeep
Edit this page
Last updated on 1/15/2022