Git Tip: Fast commit alias

Often the changes I do to my working copy are small and I don’t want to waste time with explaining what it is. So I’ve created a bash alias to do a commit with a generic message for me:

alias gcf='git commit -a -m "fast commit"'

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>