Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active December 18, 2015 05:11
Show Gist options
  • Select an option

  • Save YumaInaura/7a348fabcfeef3f843d9 to your computer and use it in GitHub Desktop.

Select an option

Save YumaInaura/7a348fabcfeef3f843d9 to your computer and use it in GitHub Desktop.
Git | commit --amend を途中で取り消しする方法 (コミットメッセージ入力中のキャンセル) ref: http://qiita.com/Yinaura/items/39f3a688f591f2b175dd
Fix you brain
# 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
2 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 you-need-amend.rb
create mode 100644 but-i-walk-my-way.sh
# 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
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