Skip to content

Instantly share code, notes, and snippets.

@bsormagec
Forked from wnoguchi/.bash_aliases
Last active August 29, 2015 14:23
Show Gist options
  • Save bsormagec/3cda6c7c3c2b8662ee29 to your computer and use it in GitHub Desktop.
Save bsormagec/3cda6c7c3c2b8662ee29 to your computer and use it in GitHub Desktop.
#!/bin/bash
# For Ubuntu Users:
# ~/.bash_aliases
# git quick commit.
alias gqc='git add -A && git commit'
# git quick commit with default commit message.
alias gqcd='git add -A && git commit -m "commit."'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment