Git for Beginners: Learn The Trunk Workflow

added by JavaScript Kicks
6/4/2019 12:28:27 PM

1804 Views

Git is the world's popular version control system. It enables you to track changes in a directory and creates checkpoints in your code. Git also allows you to go back in time to any of these checkpoints at a later date. Popular Services like Google Docs and Wikipedia have a rudimentary form of version control ingrained into them.


0 comments