yehudaclinton/Mytest
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
this is a git setup on linux instruction to remind myselft how to post files on github: git init filepath (this makes a local git folder) cd Mytest git add filename git commit -m "some_message" git remote add origin https://github.com/user_name/Mytest.git git push origin master more instructions: https://guides.github.com/activities/hello-world/