git常用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git常用相关的知识,希望对你有一定的参考价值。

git操作手册
1.阅读http://git-scm.com/book/zh/v2 和 progit这本书
2.下载git-for-windows
3.看看 git-flow --> 一个成功的Git分支模型 http://www.juvenxu.com/2010/11/28/a-successful-git-branching-model/
4.你若需要本地搭建一个,那就用gitlab https://about.gitlab.com/downloads/#centos6
5.git 互动学习。http://pcottle.github.io/learnGitBranching/
6.图解git http://my.oschina.net/xdev/blog/114383?fromerr=sbBy25fD
7.git 前言 http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/index.html
8.github https://help.github.com/

 

git命令

以上是关于git常用的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段15——git命令操作一个完整流程

如何管理在每个 git 版本中添加私有代码片段?

使用 Git 来管理 Xcode 中的代码片段

markdown Git代码片段

VSCode 常用插件

GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段