I am Charmie

メモとログ

github: create a new repository

so far I cannot create a new repository from terminal... So, I first create a new repository via github web GUI. and then

[code lang="bash"] git clone URL git add FILES git commit -m "MESSAGE" git push origin master [/code]