Friday, August 25, 2017

Manage Your File Versioning Like a Programmer With Git

file-versioning

If you’ve ever worked with colleagues on a document, you know this pain: someone takes the first pass (document.doc), then emails it to everyone. The next person does the same, as does the third, each tacking a revision (document_rev3.doc) to the file’s name. The manager likes what she sees and tags it as complete (document_final.doc)… until last-minute changes come along (document_final_Aaron’s changes_reviewed_by_Bob_now_really_final.doc). Now imagine changes like this in dozens of source code files. Programmers created version control systems (VCS) to solve this problem. They’re a bit technical in nature, but can be useful for power users as well. Let’s look...

Read the full article: Manage Your File Versioning Like a Programmer With Git

http://ift.tt/2wESdR2

via MakeUseOf

0 comments:

Post a Comment