cutmail's blog

write the code

2011-10-01から1ヶ月間の記事一覧

gitで作ったtagをgithubに反映させる

git

git push --tagこれだけ。

Github上のbranchを削除する

git

git push origin :branch_namebranch_nameのところを実際のbranch名に変えてください。