- 博客(4)
- 收藏
- 关注
转载 Basic Git Workflow
BASIC GIT WORKFLOWGit is the industry-standard version control system for web developersUse Git commands to help keep track of changes made to a project:git init creates a new Git repositorygit status...
2018-04-06 11:48:43
226
转载 Git Backtrack
When working on a Git project, sometimes we make changes that we want to get rid of. Git offers a few eraser-like features that allow us to undo mistakes during project creation.head commitIn Git, the...
2018-04-06 11:44:26
217
原创 Git Branch
New Branch is a different version of the Git project. It contains commits from master but also has commits that master does not have. 1. Create a new branch git branch <branch_name>2. Swi...
2018-04-06 10:40:52
228
原创 Git Basic Collaboration Workflow
The workflow for Git collaborations typically follows this order:Fetch and merge changes from the remoteCreate a branch to work on a new project featureDevelop the feature on your branch and commit yo...
2018-04-06 09:28:23
212
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人