Skip to content

jacky4eyes/ClassifierPrototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClassifierPrototype

How to use Git, a friendly guide for a newbie

If you do not have a repository

  • git clone: to download a new repository

If you already have a repository

  • cd to your repository
  • git fetch: to get newest version
  • Coding, or changing files
  • git status to see the current modified/delete files
  • git add . to added all modified/delete files
  • git commit -m "summary": to add commit "summary" to all your added files
  • git push: push the commit to the remote github
  • 👍 emoji cheating sheet: https://www.webpagefx.com/tools/emoji-cheat-sheet/

Remember to push all your work before you leaving the desktop, that could reduce the conflicts when cooperate with peers

About

Supervised version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published