GIT Commands
Git Commands List
Installation: sudo apt install git – installs GIT from repositories;
Configuration: git config –global user.name “Your Name” – the name that will be added to commits and tags; git config –global user.email “[email protected]” – the e-mail address that will be added to commits and tags; git config –global color.ui auto – enables the colors in GIT output;
Starting: git init [project…
View On WordPress














