head
一份你可以在 <head> 里设置的列表
A list of everything that could go in the of your documentgithub 原地址:https://github.com/joshbuchea/HEAD(最新版的可能在该地址)目录Recommended MinimumElementsMetaMeta: Not RecommendedLinkLink: Not Reco
业界
2016年07月06日
git的reset和checkout的区别
在讲git的reset和checkout的区别之前,不得不说说HEAD、Index、Working Directory三个区域。HEAD、Index、Working DirectoryGit里有三个区域很重要HEAD 指向最近一次commit里的所有snapshotIndex 缓存区域,只有Index区域里的东西才可以被commitWorking Directory 用户操
业界
2016年08月05日