Today, I’ll show you the Git commands I’m using on a daily basis with my team mates. As for the Docker commands article, I won’t repeat the most basic ones, you can just browse the Git documentation or various tutorials that fit you on the web. Summary Git Status & logs File manipulation Commit cancellation […]
Git commands you should know
Use of GIT – Contribute to Projects

Getting around Git can be a daunting task. But using Git is essential when it comes to sharing your development with a team or a community, it allows you to keep track of the changes and follow the version of the project. Anyway if you are here you don’t want to listen anymore on the […]