Skip to content

anshumaneducation/git-basic-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

git-basic-exercises

Please follow the given set of tutorial exercises before attempting this final test

Final Test

  1. Clone this repo. Click on the friendly green button that says “Clone or download”. Click on it.
  2. You will see a url come up. Copy it. You will need to paste it into the terminal in a moment
  3. In your terminal type in git clone $THE_URL_YOU_JUST_COPIED. It should look something like this: git clone git@github.com:anshumaneducation/git-basic-exercises.git
  4. cd into the submissions directory that is already created
  5. explore a little using git branch and git log
  6. type in git branch -a. This shows the remote branches
  7. Create a new branch with git branch submission/$YOUR_NAME where $YOUR_NAME is your first name, for the love of God donot put your full name here.
  8. try to checkout this branch called submission/$YOUR_NAME on your local computer. You can do it, you’ll need to figure out how
  9. type in git remote -v
  10. Now create your submission, your submission is an empty text file with your name like $YOUR_NAME.txt. Figure this out on your own.
  11. Stage this file, commit it with the commit message "Added an empty file for the git basic exercise final test" and then push it to remote. So exciting!
  12. Now open the repository in your browser at https://github.com/anshumaneducation/git-basic-exercises
  13. Go to the Pull requests tab and create a new pull request by clicking the green "New pull request button"
  14. Name of the pull request must be $YOUR_NAME's git basic exercise submission
  15. Add a description of what the pull request is about in the description. I leave this up to you. Please dont disappoint.
  16. Once the pull request is created request your manager to review it. Your test is complete if it gets merged. If it gets rejected please restart from step 1.

May the git gods be with you!

About

Exercise repository to prove that you know git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •