Git Push and Pull - P0vellesto/ftc_SharkBytes2018-2019 GitHub Wiki

#-- git PUSH AND PULL All code you type is within the asterisks, and make sure to not copy the space before the command, because it might give you errors.

  1. Make sure you are in the ftc_SharkBytes2018-2019 local REPO

  2. Make sure you have new files to upload

    ** git pull **

  3. Make sure you the updated local REPO

    ** git status **

  4. When you have the most updated REPO, then go ahead and push your commit

    ** git add -A ** ** git commit -m "(replace your message)" ** ** git push **