LoginSignup
0
0

More than 1 year has passed since last update.

git 省略

Posted at

alias設定

alias gaA='git add -A'
alias gst='git status'
alias gl='git log'
alias gcm='git commit -m'
alias gps='git push'
alias gpl='git pull'
alias gb='git branch'
alias gdf="git diff"
alias gch='git checkout'
alias gm='git merge'
alias gam='git commit -a -m'

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0