Git Basics - Braving Branch Management

added by JavaScript Kicks
8/7/2018 7:10:11 AM

820 Views

Last time, we went over how to save and upload your work using Git. Today, we're looking at how to use branching in Git to effectively collaborate with other developers. Git may seem like a lot of effort to save your work, but when you're working on the same code with other people, figuring out how to reconcile changes and still get a working program can feel impossible.


0 comments