A brief intro to git • Cory Dransfeldt
coryd.dev·21h·
Discuss: Hacker News
📂Git
Preview
Report Post

As a developer, a version control system is a critical part of your toolkit, no matter the size of the project or team you may find yourself working on.

I first started learning to use git by applying it to my own projects and maintaining local repositories to track those projects. From there I moved on to hosting and storing my git repositories at Bitbucket while still working independently. My first experience with working alongside other developers in git came at my first full time development job on a small team (think tiny — two developers, myself included). I picked up the basics of branching, handling merges, developing different features in parallel and, ultimately, dealing with QA and production deployments that were sourced from various branches …

Similar Posts

Loading similar posts...