Git usage
Git usage Now you have somewhat of the idea of what vocabulary is used when operating git, and you will hopefully not consider them magic spells anymore! But what is theory without any practice, let’s work on the git itself! How to install git The first thing there is to do is to install the git software. Installing it is easy, and you shouldn’t have any problems with it whether you work on Windows, Mac, or Linux. Just choose which operating system you work on, and follow the instructions on the site. Installers: Linux | Windows For Mac OS, you need to open the Terminal, and type in “git”. If you don’t have it installed, it will prompt you to do it. You can find all of the downloads of git on this site. Basic Git commands Git has some complicated commands, but that should not discourage you from using it, and understanding it at the command line level. Even though there are few amazing services, like GitHub, GitLab, or BitBucket, that hel...