摘要: 1.创建仓库 ——创建工作目录(Working Directory):git三种副本:工作目录(Working Direcotry),暂存区域(Stage,索引(Index)),仓库(History)#/home/yang/Documents/repo01.├── datafiles│ └── data.txt├── test01├── test02└── test03# Initialize the local Git repository(在根目录下生成.git文件夹)git init2.查看文件状态yang@mint-linux ~/Documents/repo01 $ git sta. 阅读全文
posted @ 2013-08-18 19:04 杨琼 阅读(1448) 评论(0) 推荐(0)