Ryusuke Fuda's Tech Blog

Softweare Enginier about Web, iOS, Android.

2013-09-10から1日間の記事一覧

githubリポジトリ作成

git

■ リポジトリ作成 git init■ 全ファイルadd git add .■ コミット git commit -m"initial commit"■ githubへいき、create a new repo でリポジトリつくる■ リモートリポジトリを加える git remote add origin git@github.com:{ユーザー名}/{作ったリポジトリ…