- 博客(4)
- 资源 (2)
- 收藏
- 关注
原创 Git 笔记 - 04 分支
1、查看所有分支 git branch // 查看本地分支 git branch --all // 查看远端和本地分支 2、切换分支 git checkout mydev git checkout master 3、创建并切换分支 git checkout -b mydev-test 4、推送本地分支到远程分支 4.1 远端已有该分支且未关联 git
2018-01-26 15:44:46
153
原创 Git 笔记 - 03 文件状态
1、已 Tracked file 状态 The basic Git workflow goes something like this: You modify files in your working tree.You selectively stage just those changes you want to be part of your next commit, which
2018-01-24 15:47:43
215
原创 Git 笔记 - 02 Repository
1. Create // 在当前目录下,初始化一个空库 git init // 在当前目录下,复制远程的库,并checkout master 分支 git clone https://github.com/libgit2/libgit2 mylibgit2 // 在当前目录下,复制远程库,并checkout v2.8.1 分支。 git clone -b v2.8.
2018-01-24 15:23:28
212
原创 Git 笔记 - 01 Git Config
1. 简述 Git comes with a tool called git config that lets you get and set configuration variables that control all aspects of how Git looks and operates. These variables can be stored in three diff
2018-01-24 15:04:54
220
DataDrivenServicesWithSilverlight2----O'Reilly Media, Inc.
2009-07-01
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅