Tagged Questions
11
votes
4answers
1k views
What is the difference between shelve and check in in TFS?
What is the concept of each?
When is it ok to shelve your changes instead of checking in?
6
votes
5answers
148 views
Hg (Mercurial): any way to “set aside” the working copy for later?
Scenario: After your last commit, you decided to do some extensive refactoring of the codebase. After a time, you realize it is taking longer than expected, and you'd really rather put off the ...