1、git init
2、git add .
3、git commit -m "update"
4、git branch
5、git push -u origin "main"
6、git log // 查看暂存区状态
7、git reset --soft db0c1b87342e8680041164b7917cd6fbd0440027^ //移除指定id的暂存^结尾
git流程
于 2023-11-17 17:33:07 首次发布
1、git init
2、git add .
3、git commit -m "update"
4、git branch
5、git push -u origin "main"
6、git log // 查看暂存区状态
7、git reset --soft db0c1b87342e8680041164b7917cd6fbd0440027^ //移除指定id的暂存^结尾