Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kenandersen/2042103942473af82dd2 to your computer and use it in GitHub Desktop.
Save kenandersen/2042103942473af82dd2 to your computer and use it in GitHub Desktop.
// Random terminal tip #1
//You'll see this message if you git commit without a message (-m)
// You can get out of it with two steps:
// 1.a. Type a multi-line message to move foward with the commit.
// 1.b. Leave blank to abort the commit.
// 2. Hit "esc" then type ":wq" and hit enter to save your choice. Viola!
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
# (use "git push" to publish your local commits)
#
# Changes to be committed:
# modified: README.md
#
# Untracked files:
# README.sublime-workspace
#
~
~
~
~
~
~
~
~
~
~
-- INSERT --
@TetianaPeleshko
Copy link

Thank you!

@Perito009
Copy link

ty bro !

@cadz94
Copy link

cadz94 commented Sep 4, 2023

thank you! i was going round and round!

@TRTrain
Copy link

TRTrain commented Oct 19, 2023

Thanks, you saved my life!

@mandurah00
Copy link

Much appreciation for getting this out there!

@TatyCat
Copy link

TatyCat commented Jan 10, 2024

Life Saver! Thank you!

@jazxbx
Copy link

jazxbx commented Jan 11, 2024

Thanks so much! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment