You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Cloning a Repository
Here's how to clone a repository (i.e. download a local copy):
Open the Git Shell.
(On Windows, this is a shortcut on the desktop. On Linux, open the terminal and navigate to your git folder.)
Use git clone.
Type the following command, and then hit enter: git clone https://github.com:USERNAME/REPONAME.git
where USERNAME is Techbrick and REPONAME is the name of the repo ("RecycleRush" for example).
This clones the repository onto your computer. It will make a new directory for the repository, so you don't have to make one in advance.
Now you can start editing the files! When you are done, and want to submit the changes, read Tutorial 2: Using a Cloned Repository.