News

To get started with Git, you need a git repository. This quick tutorial will show you how to use "git init" to quickly create a git repo on your local machine.
GitHub is used for a variety of reasons, not least as a way to distribute your own code. One of the absolute basics is cloning a repository from GitHub to your local machine.
How to clone a repository from the command line This method is even easier and assumes you have Git installed on your machine.
This tutorial explains how to use the git remote add origin command to connect a local project or repository to a service like GitHub, GitLab or Bitbucket.