2012-08-08から1日間の記事一覧

さきにローカルリポジトリを作成し、あとからリモートリポジトリを追加する方法 #git

git

http://memo.yomukaku.net/entries/GdxAidrを参考にしました。 ローカルにプロジェクトを作る。 ローカルの作業 % mkdir -p /git/sample % cd /git/sample % touch test01.txt % git init % git add --all % git commit -m "this is the first commit" リモ…