Git Reset, Revert, and Cherry-Pick: Tools for Efficient Branch Management
Essentials for Safeguarding and Maintaining Your Sprint Cycles
May 14, 20233 min read92

Search for a command to run...
Articles tagged with #git
Essentials for Safeguarding and Maintaining Your Sprint Cycles

In part 1, I gave a very brief introduction to git, then we created a simple project and pushed it to GitHub. If you haven't read part 1, check it out here, Git, Gitter, Gittest! - A Beginner's Guide to Git - Part I. In this part, we will cover, Add...

How it started? The first question from my manager on the first day of my job was, "Do you know git?", to which I replied, "Git?". He continued, "Yes git, the version control!". I had heard about 'git', 'GitHub', and 'version control' but never reall...
