Read Me! Lmao
#Setup Username and Email git config --global user.name "Haris Ali Khan" git config --global user.email [email protected]
#Add remote origin git remote add origin [email protected]:haris989/flaskapp-codewithharry.com.git
#Stage your changes commit and push git add -A
#Commit your changes git commit -m "commit message"
#Push your changes git push -u origin master