- git init
- git add .
- git commit -m "nth commit"
- git remote origin https://github.com/HirokiTachiyama/ProjectName.git
- git push -u origin master
- git add .
- git commmit -m "commit message"
- git push -u origin master
- git add .
- git commmit -m "commit message"
- git push -u origin current_branch_name
- git branch new_branch_name
- git checkout new_branch_name
- edit new branch code...
- git push -u origin new_branch_name
- Pull Request on Github
- Merge on Github
http://codechord.com/2012/01/readme-markdown/
空行を開ける
行末に2つスペース
アスタリスクまたはアンダーバーで囲む
バッククォーテーションで囲む
行頭にアスタリスク or 番号ピリオド()
- ほげ
- ふが
行頭の#の数でH1からH6を表す
>を使う。途中で開業してもダブルクォーテーション内は改行されない。
3つ以上のハイフン、アスタリスク、アンダースコアを並べる。