Basic Git commands

Git is the version management system by excellence currently. You can find complete information on the official website: http://git-scm.com. The aim of this article is to provide a basic Git commands reference, in the end, are what you will use the 95% of times. Here’s the repertoire: Clone repository: git clone repository You will use[…]