Skip to content

notryanb/python_work

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git tips

how to save code and push to git

  • git add . this will add all my changes so git knows about them
  • git commit -m "put my commit message here" this is how i commit my code so i can send it to git
  • git push origin master this will send my commits to github
  • git status this will show if code will be committed, red = not ready, green = ready to commit

About

learning pythong with notryanb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.2%
  • Python 0.8%