Timeline for How can I use local Git with VSS
Current License: CC BY-SA 3.0
12 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Mar 13, 2019 at 12:00 | history | tweeted | twitter.com/StackSoftEng/status/1105800820891811842 | ||
Mar 13, 2019 at 10:20 | answer | added | chingNotCHing | timeline score: 2 | |
May 23, 2017 at 12:40 | history | edited | Community Bot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
Apr 12, 2017 at 7:31 | history | edited | Community Bot |
replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/
|
|
Aug 31, 2016 at 7:40 | history | edited | user2321864 | CC BY-SA 3.0 |
deleted 152 characters in body
|
Aug 30, 2016 at 14:33 | history | edited | user2321864 | CC BY-SA 3.0 |
deleted 2 characters in body
|
Aug 30, 2016 at 14:08 | comment | added | deltree | this is a good idea. I know there's a TFS to Git utility, there should probably be a VSS to Git utility out there somewhere. As an alternative, you might want to try using Git in the VSS checkout, then killing the git directory etc when you get ready to check-in, and using git init on your next checkout to manage your changes between check-ins | |
Aug 30, 2016 at 12:37 | comment | added | user2321864 | @Bent that's what I am afraid of, overwriting some change in VSS by mistake. But I really need a staging area where I can work on features and track changes before I can checkin to VSS | |
Aug 30, 2016 at 12:33 | comment | added | Bent | Don't. You will eventually get the wrong version of a file and reintroduce bugs that have been corrected earlier or remove functionality made by others. | |
Aug 30, 2016 at 12:12 | history | edited | user2321864 | CC BY-SA 3.0 |
deleted 96 characters in body
|
Aug 30, 2016 at 11:38 | history | edited | user2321864 | CC BY-SA 3.0 |
added 96 characters in body
|
Aug 30, 2016 at 10:09 | history | asked | user2321864 | CC BY-SA 3.0 |