Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在做一个项目,我会定期提交到 GitHub 上的项目 Git 存储库。现在我需要在不影响当前版本的情况下对这个项目进行重大更改,那么我该如何在 Git 中做到这一点呢?
创建一个分支并在那里提交。当您完成并且您的版本稳定后,将其与您的主要项目合并。
也不要忘记经常提交以避免对您的项目进行重大更改。
创建一个新分支,然后提交。见https://www.kernel.org/pub/software/scm/git/docs/git-branch.html