Skip to content

yehudaclinton/Mytest

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published