1. mac 下查找文件下的命令
find / -name "file name"
2. 修改 git commit 的message
git commit --amend 可以对上一次的提交做修改
push -f 如果上一次的提交已经push了,那么需要加f参数覆盖服务端,不过不建议这么搞
1. mac 下查找文件下的命令
find / -name "file name"
2. 修改 git commit 的message
git commit --amend 可以对上一次的提交做修改
push -f 如果上一次的提交已经push了,那么需要加f参数覆盖服务端,不过不建议这么搞