Skip to content
azwad edited this page Jun 16, 2012 · 3 revisions

Welcome to the note-for-linux-system wiki!

これマークダウンで書くのか 、、、しらね・・ マークダウンの書き方  http://tech.derric.org/2010/09/markdown.html

とりあえず Githubのマージとかの方法

Githubで間違えてアップしたファイルの消し方 http://d.hatena.ne.jp/hateka/20110804/1312470194

git rm ファイル名 git add ./ git commit -m "hello" git push origin master

Clone this wiki locally