Tim Mouskhelichvili • April 1, 2022 • 3 minutes to read
When you start a new coding project, there is a 99% chance that you will use git for version control. Probably two of the most popular git commands are git pull and git fetch. A lot of the time [...]
Tim Mouskhelichvili • March 23, 2022 • 4 minutes to read
Being the most popular version control software in the world, Git is very good at providing developers with easy commands to manage branches of their Git repositories. A lot of the time, developers need to delete a local branch [...]