git别名

mygit(){ git add . ; git commit -m "$@"; git push; }
alias gitcommit=mygit
alias gitmerge="git checkout develop && git pull && git merge branchname && git push && git checkout branchname"

    A+
发布日期:2019年06月14日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: