Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 451 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 451 Bytes

Notes Repository

Hi everybody! Remember a few simple rules for using the repository:

  1. MINIGUIDE TO GIT (http://rogerdudler.github.io/git-guide/):
  • Every time you open repository in local:

    git pull

  • If you want to upload something:

    git add "file name"

    git commit -m "message for commit"

    git push origin master

  1. ALWAYS!!! comment the code

  2. if you do not know how to use GitHub read the Wiki, or ask XD

DOH