美文网首页
2018-02-28

2018-02-28

作者: 藏器待时 | 来源:发表于2018-02-28 21:09 被阅读0次

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