Fork and Clone the Repo
Last updated
Last updated
Follow these steps to fork the helpafamily repository:
Go to helpafamily repository https://github.com/margaritahumanitarian/helpafamily.
Click the "Fork" Button in the upper right-hand corner of the page.
After the repository has been forked, you will be taken to your copy of the helpafamily repository at https://github.com/YOUR_USER_NAME/helpafamily
(YOUR_USER_NAME
would be replaced with your GitHub username.)
When you create a repository on GitHub, it exists as a remote repository. You can clone your repository to create a local copy on your computer and sync between the two locations.
Follow these steps to clone the helpafamily repository:
Copy the URL of your forked repository.
Open your terminal and change the present directory to the one where you want to clone the repo, you can do this by using the cd command.
Use the following command git clone <URL that you copied>
.