- Navigate to the repo on GitHub
- Click on the 'Fork' button in the top right corner. GitHub will take some time to fork the repo.
- Navigate to the forked repo. Should be like https://github.com/<your_github_username>/
- Click on the green color 'Clone or download' button
- Copy the command given in the text box. Should be like https://github.com/<your_github_username>/.git
- Clone it on your local machine. git clone https://github.com/<your_github_username>/.git
- Navigate to the cloned directory cd
- List down the Remotes of the repo. git remote -v
- List down the Branches of the repo. git branch -a
- Take a screenshot of the terminal output, and name the image to <your_github_username>-branch and commit to forked repository in the git-branch folder.
- View the git log. git log
- Take a screenshot of the terminal output, and name the image to <your_github_username>-log and commit to forked repository in the git-log folder.
Last active
September 27, 2018 02:19
-
-
Save itsJarrett/8900cedfbf48caae060b23eaca460f3f to your computer and use it in GitHub Desktop.
Version Control Systems: Git - Workshop Instructions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment