摘要: Git的使用说明一,Git代码状态转换图其中:未被Git跟踪的状态为unstage状态 已经被Git跟踪的状态为stage状态,因此包括staging状态和staged状态untrack files是指尚未被git所管理的文件;changed but not updated是指文件被git管理,并且... 阅读全文
posted @ 2014-06-14 13:44 催眠术 阅读(181) 评论(0) 推荐(0) 编辑