Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Git

Resources

Homework

  1. fork this tutorial repo to your git account
  2. clone your forked repo to local
  3. create a new brancd named LASTNAME# (ex: pan667) and switch to it
  4. create a file named LASTNAME.#.txt (ex: pan.667.txt) in submissions folder and put your name in the file (ex: Tai-Yu Pan)
  5. use add to stage the change
  6. commit and leave a message "learning git"
  7. push
  8. use git status to check the status
  9. submit a pull request (PR) from your branch to my main brach on GitHub

Tips:

  • always pull first before making changes to avoid undesired conflicts
  • You may not need to fork if you are added as a collborator of a repo