Last active
December 18, 2015 05:11
-
-
Save YumaInaura/7a348fabcfeef3f843d9 to your computer and use it in GitHub Desktop.
Git | commit --amend を途中で取り消しする方法 (コミットメッセージ入力中のキャンセル) ref: http://qiita.com/Yinaura/items/39f3a688f591f2b175dd
This file contains hidden or 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
| Fix you brain | |
| # Please enter the commit message for your changes. Lines starting | |
| # with '#' will be ignored, and an empty message aborts the commit. | |
| # ... |
This file contains hidden or 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
| Date: Fri Dec 18 13:38:52 2015 +0900 | |
| 2 files changed, 0 insertions(+), 0 deletions(-) | |
| create mode 100644 you-need-amend.rb | |
| create mode 100644 but-i-walk-my-way.sh |
This file contains hidden or 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
| # Please enter the commit message for your changes. Lines starting | |
| # with '#' will be ignored, and an empty message aborts the commit. | |
| # | |
| # Date: Fri Dec 18 13:38:52 2015 +0900 |
This file contains hidden or 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
| Aborting commit due to empty commit message. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment