Baelish Posted February 24, 2024 Share Posted February 24, 2024 In the last days, I sent a commit and so my source code is different from the original. If I want to start another ticket, I have to restore all my files to be the same of the original source code or arcanist knows that I had already sent a commit? Link to comment Share on other sites More sharing options...
real_tabasco_sauce Posted February 24, 2024 Share Posted February 24, 2024 idk about arcanist since I don't use it, but in svn you would use something like: svn revert -R <files> svn up (update to the most recent version) Link to comment Share on other sites More sharing options...
Stan` Posted February 26, 2024 Share Posted February 26, 2024 On 24/02/2024 at 5:18 PM, Baelish said: In the last days, I sent a commit and so my source code is different from the original. If I want to start another ticket, I have to restore all my files to be the same of the original source code or arcanist knows that I had already sent a commit? Nah depending on what versioning system you are using you should either revert or switch to another branch. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now