Skip to content

gynia/learn_python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • git init - create local git repository
  • git clone <url> - download remote repository
  • git add <file> - add file to repository
  • git commit -m <message> - save changed, tracked files
  • git rm --cached <file> - remove file from repository, not from system!
  • git log - show commits log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%