Skip to content

Committing your changes and pushing to GitHub

Graydon "Cedric" Elkouh edited this page Jan 7, 2021 · 4 revisions

Push everything to GitHub when done for the day:

  • Save your all your files to your computer like you normally would
  • Make sure working directory is set to eia-oeconomica with pwd
  • Check git status
  • To avoid conflicts, make sure to git pull
  • git add [file.extension or folder you want to commit or -A if you want to commit the entire directory]
  • git commit -m "comment describing commit"
  • git push

Enter your GitHub account information (username, email, password/personal access token, etc.) if prompted.

Clone this wiki locally