11 Git Commands I Use Daily
This article is for my younger self (or any newbies) for using the git command-line, effectively, with a quick note on how I use the commands.
1. git fetch origin
Pulls all the branches/tags from the repository specified. Here the repository is “orig...
abhinavjha07.hashnode.dev3 min read