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
# Clone your repo (only the first time)
git clone https://github.com/hazoomzoom/your-repo-name.git
# Change directory to your project
cd your-repo-name
# Check the status of your files
git status
# Add all your changes to be committed
git add .
# Commit your changes with a message
git commit -m "Describe what you changed"
# Push your changes to GitHub
git push #1