Skip to content

ashardaniyal12/initial-git-setup-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Git setup!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published