repo操作

同步 操作

repo sync -c

删除所有的改动:

repo forall -c 'git reset --hard ; git clean -fdx'

好文章

https://blog.csdn.net/kongbaidepao/article/details/54983069
https://www.thinbug.com/q/5012163

你可能感兴趣的:(git,github)