0 Forks
1 Stars
1 Watchers

git-intro

Practical workshop on the basics of git for working with a team

How to download and setup git-intro

Open terminal and run command
git clone https://github.com/jneidel/git-intro.git
git clone is used to create a copy or clone of git-intro 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-intro https://github.com/jneidel/git-intro/archive/master.zip

Or simply clone git-intro with SSH
[email protected]:jneidel/git-intro.git

If you have some problems with git-intro

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