Git useful commands
In this post I will share a collection of Git useful commands that I’m certain we will need during our daily work as a developer. I will keep updating this list as I come across other operations.
Please use some of these commands with caution, as they may lead you to data loss if don’t know exactly what you’re doing.
Repositories
Init a repo
git init
Clone a repo
git clone <repo_url>Read More »Git useful commands