Skip to content

Instantly share code, notes, and snippets.

@GitSumito
Created April 5, 2018 03:38
Show Gist options
  • Save GitSumito/fcb2811b86bbadf57e51bc8e040a5cfe to your computer and use it in GitHub Desktop.
Save GitSumito/fcb2811b86bbadf57e51bc8e040a5cfe to your computer and use it in GitHub Desktop.
Git merge request/pull request ref: https://qiita.com/S-T/items/76875db52a7ce51d7a4b
vi README.md
git branch
git checkout -b dev-add-README
git branch -a
git add README.md
git commit -m "edit README.md"
git push -u origin dev-add-README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment