1. mac 下查找文件下的命令
find? / -name "file name"
2. 修改? git? commit? 的message
git commit --amend?可以對上一次的提交做修改
push -f?如果上一次的提交已經(jīng)push了,那么需要加f參數(shù)覆蓋服務(wù)端,不過不建議這么搞
1. mac 下查找文件下的命令
find? / -name "file name"
2. 修改? git? commit? 的message
git commit --amend?可以對上一次的提交做修改
push -f?如果上一次的提交已經(jīng)push了,那么需要加f參數(shù)覆蓋服務(wù)端,不過不建議這么搞