git common operation command alias abbreviation
Original link: https://chegva.com/5370.html You need to use git commands frequently at work, and using some shorthand commands can still improve the efficiency. Just put it under ~ /.zshrc on mac, execute source ~/.zshrc after adding, create ~/.bash_aliases in linux, add [[ -f ~/.bash_aliases ]] && source ~/. bash_aliases content First add the following configuration to […]
git common operation command alias abbreviation Read More »