README.md 173 B

注意事项

  1. git config core.ignorecase false 让 git 区别大小写。
  2. 合并 commit 使用git rebase -i commit-id,后强制提交git push -f origin dev