📜  git push to my work - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:24.941000             🧑  作者: Mango

代码示例1
git add .
git commit -m “Message”
npx prettier . —write
git add .
git commit -m “Message”
git checkout develop
git pull
git checkout my-branch
git merge develop