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参数覆盖服务端,不过不建议这么搞
本文标题:2018-02-28
本文链接:https://www.haomeiwen.com/subject/trzixftx.html
网友评论