~/.bash_aliases
# !/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."'
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
# !/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."'
Register as a new user and use Qiita more conveniently
Go to list of users who liked