Skip to content

Instantly share code, notes, and snippets.

@sho-t
Last active June 29, 2018 12:53
Show Gist options
  • Save sho-t/2586bb3d97870b6cbf0d57b59bdd9b06 to your computer and use it in GitHub Desktop.
Save sho-t/2586bb3d97870b6cbf0d57b59bdd9b06 to your computer and use it in GitHub Desktop.
git note to self

初回push

git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:sho-t/gittutorial.git
git push -u origin master```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment