Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 230 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 230 Bytes

this is the how to work on the project:

  1. git clone/pull
  2. work on the file ** make sure you have no conflicts
  3. git add file1, file2 ...
  4. git commit -m "what ever you have to say"
  5. git push origin master
  6. happy coding!