Git Resources Basic git commands GitHub hello wrold Homework fork this tutorial repo to your git account clone your forked repo to local create a new brancd named LASTNAME# (ex: pan667) and switch to it create a file named LASTNAME.#.txt (ex: pan.667.txt) in submissions folder and put your name in the file (ex: Tai-Yu Pan) use add to stage the change commit and leave a message "learning git" push use git status to check the status 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