version control - Work on visual studio project with 2-3 people at the same time? -
i'm going start working on project 2 friends , we're using visual studio 2013 ultimate. i'm using tortoisesvn gets messy when updating removes code written. there live editor plugin? 1 person can work on toolbox.cpp , after saves it sync other team members?
i check out git. here links started!
super simple getting started guide http://rogerdudler.github.io/git-guide/
learn git in 15 minutes doing https://try.github.io/levels/1/challenges/1
git won't let work in same "instance" of project, allow merge changes , see changes before merge. allow go previous versions of project.
git knowledge , usage par course in many places. friend asked 1 question in interview after resume looked over; asked if knew how use git.
if chance, make sure read git documentation on website also.
edit: git won't let work on same "instance" in terms of live project when types on side auto syncs , updates toolbox.cpp on side in real time. can, however, work on repository.
Comments
Post a Comment