15 Forks
4 Stars
4 Watchers

git-tutorial

Short Git tutorial ("5 minute Git") - Get started with GitHub Desktop and the command line

How to download and setup git-tutorial

Open terminal and run command
git clone https://github.com/walice/git-tutorial.git
git clone is used to create a copy or clone of git-tutorial repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with git-tutorial https://github.com/walice/git-tutorial/archive/master.zip

Or simply clone git-tutorial with SSH
[email protected]:walice/git-tutorial.git

If you have some problems with git-tutorial

You may open issue on git-tutorial support forum (system) here: https://github.com/walice/git-tutorial/issues