Getting started with a basic Git workflow
This is a basic walk through of getting a project under version control using Git, from the installation of git, to initializing a project, adding and committing files to pushing to a remote repository. As well as cloning an existing project to start working with. Installation: Head to https://git-scm.com/downloads here you’ll be be able to download the… Read More »