1:Android有时候会发现某一笔代码刚提交了,发现本地代码没有了,慌得一批,那么使用下面的方式可以恢复
git ls-remote origin "refs/changes/*/5783/*
然后使用这个:git pull origin refs/changes/65/989/999
changeid 与commit id
1:Android有时候会发现某一笔代码刚提交了,发现本地代码没有了,慌得一批,那么使用下面的方式可以恢复
git ls-remote origin "refs/changes/*/5783/*
然后使用这个:git pull origin refs/changes/65/989/999
changeid 与commit id