Skip to content

Instantly share code, notes, and snippets.

@sakapon
Created July 23, 2013 10:09
Show Gist options
  • Save sakapon/6061333 to your computer and use it in GitHub Desktop.
Save sakapon/6061333 to your computer and use it in GitHub Desktop.
とりあえずリポジトリに現在のファイルをすべてプッシュしたい場合のコマンド。
cd Repository01
git add --all .
git commit -m "This is a comment."
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment