This topic created in 4381 days ago, the information mentioned may be changed or developed.
3 replies • 2014-07-31 09:06:11 +08:00
 |
|
1
sNullp Jul 31, 2014 1
git clean -f -d -x
|
 |
|
3
mengzhuo Jul 31, 2014 1
楼上两位正解
reset 是回滚以及记录或者commit的文件 --hard 连代码一起滚 --soft 只滚commit记录,不滚代码(默认)
|