You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#set the terminal in the folder
cd path/to/folder
#download the online changes
git pull
2. Push changes to GitHub
Then, you'll work on the materials
And, once you finish
you will upload the changes to github.com
#set the terminal in the folder
cd path/to/folder
#add changes to commit
git add -A
#commit the changes
git commit -m "some messages"
#push the changes to github.com
git push