Skip to content

oliikuto/lesson-task

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

lesson-task

Everything about lesson tasks

task1


task help

  • step1: use browser to fork it to your reposity in github

  • step2: git clone https://github.com/user/yourrepository

  • step3: finish task in your local repository(in pc) task including three things(picture,README.md and clean code)

  • step4: git add .

  • step5: git commit -m "xxx task"

  • step6: git push origin master

  • step7: use browser to pull request in https://github.com/user/yourrepository

more detail:

see in http://bailong139.blog.163.com/blog/static/207238100201422412659845/

some inportant things

  • git add
  • git commit -m ""
  • git branch
  • git checkout
  • git remote
  • git push

About

Everything about lesson tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 39.3%
  • Python 29.2%
  • PHP 21.3%
  • C 10.2%