Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AyrisJ/firstPyProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firstPyProject

my first python study project

工程代码编写基于Python2.7

##关联本地代码到远程仓库

  1. cd /xxx/xxx/firstPyProject
  2. git init
  3. git add utils/ exercise/ network/
  4. git commit -m 'first commit'
  5. git remote add origin https://github.com/nleisure/firstPyProject.git
  6. git pull origin master --allow-unrelated-histories
  7. git push origin master

About

my first python study project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages