自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (2)
  • 收藏
  • 关注

原创 Git 笔记 - 04 分支

1、查看所有分支  git branch // 查看本地分支git branch --all // 查看远端和本地分支2、切换分支 git checkout mydev git checkout master3、创建并切换分支 git checkout -b mydev-test4、推送本地分支到远程分支 4.1 远端已有该分支且未关联 git

2018-01-26 15:44:46 100

原创 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 147

原创 Git 笔记 - 02 Repository

1. Create// 在当前目录下,初始化一个空库git init// 在当前目录下,复制远程的库,并checkout master 分支 git clonehttps://github.com/libgit2/libgit2 mylibgit2// 在当前目录下,复制远程库,并checkout v2.8.1 分支。git clone -b v2.8.

2018-01-24 15:23:28 159

原创 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 166

Silverlight 2 bible Wiley Publishing

Wiley Publishing 出版社出版的Silverlight2 百宝书

2009-07-01

DataDrivenServicesWithSilverlight2----O'Reilly Media, Inc.

O'Reilly 出版的关于Silverlight 2 使用数据的书。 英文版,中文版还没有上市。

2009-07-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除