Created
April 5, 2018 03:38
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vi README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git branch | |
git checkout -b dev-add-README | |
git branch -a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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