There is a project that I had worked on, and I want to reset my branch back to a much earlier commit. But, will it affect other peoples commits or backtrack the entire site for everyone?
To begin with, resetting your branch won't have any effect on others until you Push, and only if it has been pushed since it got past the commit you are resetting it to.
If/when you Push the branch, it will cause some problems for anyone who has checked it out. It will only backtrack whatever "site" you are talking about if it pulls and checks out the branch you are resetting.
Resetting won't modify any commits, but some may become inaccessible via the GUI depending on whether they are part of any other branches.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.