xgqfrms / git

git all in one
https://git.xgqfrms.xyz
MIT License
2 stars 1 forks source link

git & auth #6

Closed xgqfrms closed 10 months ago

xgqfrms commented 4 years ago

git & auth

# 创建分支
$ git checkout -b feature/privacy-agreement

# 推送分支
$ git push --set-upstream origin feature/privacy-agreement

image

image

xgqfrms commented 4 years ago

git & Angular git commit 规范

$ git commit -m "feat: 新增隐私政策"

https://www.cnblogs.com/xgqfrms/p/11526948.html

refs

https://stackoverflow.com/questions/16955980/git-merge-hotfix-branch-into-feature-branch/58814036#58814036