|
- Git
The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3 0 license
- Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency Git is easy to learn and has a tiny footprint with lightning fast performance
- Git - 安装 Git
在 Windows 上安装 Git 也有几种安装方法。 官方版本可以在 Git 官方网站下载。 打开 https: git-scm com download win,下载会自动开始。 要注意这是一个名为 Git for Windows 的项目(也叫做 msysGit),和 Git 是分别独立的项目;更多信息请访问 http: msysgit github io 。
- Git - git Documentation
DESCRIPTION Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals See gittutorial [7] to get started, then see giteveryday [7] for a useful minimum set of commands The Git User’s Manual has a more in-depth introduction
- Git - Downloads
Git via Git If you already have Git installed, you can get the latest development version via Git itself: git clone https: github com git git You can also always browse the current contents of the git repository using the web interface
- Git - Documentation
Documentation Reference Reference Manual The official and comprehensive man pages that are included in the Git package itself Quick reference guides: GitHub Cheat Sheet | Visual Git Cheat Sheet Book Pro Git The entire Pro Git book written by Scott Chacon and Ben Straub is available to read online for free Dead tree versions are available on
- Git - What is Git?
With Git, every time you commit, or save the state of your project, Git basically takes a picture of what all your files look like at that moment and stores a reference to that snapshot
- Git - Reference
Reference Quick reference guides: GitHub Cheat Sheet | Visual Git Cheat Sheet Complete list of all commands
|
|
|