0 Forks
0 Stars
0 Watchers

Git

Getting started with Git and Github

How to download and setup Git

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

Or simply clone Git with SSH
[email protected]:AndroidPillars/Git.git

If you have some problems with Git

You may open issue on Git support forum (system) here: https://github.com/AndroidPillars/Git/issues