摘要: Git Basics Getting a Git Repository Initializing a Repository in an Existing Directory For Linux: For Mac OS: For Windows: and type: Cloning an Existi 阅读全文
posted @ 2018-08-16 18:58 sufei 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Getting Started About Version Control Local Version Control Systems Centralized Version Control Systems Distributed Version Control Systems A Short Hi 阅读全文
posted @ 2018-08-16 16:28 sufei 阅读(160) 评论(0) 推荐(0) 编辑
摘要: git status – Make sure your current area is clean. git pull – Get the latest version from the remote. This saves merging issues later. Edit your files 阅读全文
posted @ 2018-08-16 14:58 sufei 阅读(128) 评论(0) 推荐(0) 编辑