Git Tutorial

Books Pro Git.

Githug customs clearance strategy
http://lingavin.com/blog/2013/05/03/githug-strategy/

ppt, Good!! PPT
http://www.open-open.com/doc/view/28de2c358d284f18af0587bb824a6b10Animation

tutorialhttp
: //pcottle.github.io/learnGitBranching/Graphic

Git
http://www.open-open.com/lib/view/open1363565553531.htmlQuickly


set up a simple SSH-based Git service
http://www.open-open .com/lib/view/open1356608472385.html Common

git commands
http://www.open-open.com/lib/view/open1361496251099.html


Git learning tutorial (4): branching and merging
http://www.open -open.com/lib/view/open1341754694432.html

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Personal Notes

Local and Server Repository Concepts

Local and Server Asynchronous

--2.1
There are two ways to get a Git project repository.
The first is to create a new Git repository by importing all the files in an existing directory.
git init -> will create the .git directory
git add . all files; git add *.c you know; git will track

these
files Track new files,
or put tracked files in the staging area, and
can also be used to mark conflicting files as resolved when merging, etc.

The second is to clone a new mirror repository from an existing Git repository Come.
git clone address rename










Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327031427&siteId=291194637