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
to add files to github, copy and paste all your current files into the repo that you just cloned (make sure everything is set up currectly based on this link
then run these commands:
git add -a
git commit -a -m "random message here"
git push origin master
git push origin /if you just want the changes to be made on your personal branch
if you need someone else's updatd stuff, use this:
git pull
to get to a certain branch, use checkout like this: