GitSameSVNSimilar tools can be used to manage project versions,GitOne of its advantages is distributed.
InWindowsUseGitTo installMsysgitTo facilitate installation at the same timeTortoisegit(SimilarSVNInSubversionAndTortoisegit). The two software are as follows:
Http://code.google.com/p/msysgit/downloads/list
Http://code.google.com/p/tortoisegit/wiki/Download? TM = 2
Download and installMsysgitAndTortoisegit.
After the installation is complete, the function shown in is displayed in the right-click menu. You can create a local folder and try to use it.
The following links listGitHubPairGitOverview
GitTutorial (1 ):GitIntroduction
Http://fsjoy.blog.51cto.com/318484/244397
Git Tutorial 2: configuration and initialization
Http://fsjoy.blog.51cto.com/318484/244803
Git Tutorial 3 ):GitWorkflow
Http://fsjoy.blog.51cto.com/318484/244826
Git Tutorial 4: branch and merge
Http://fsjoy.blog.51cto.com/318484/245081
Git Tutorial (5 ):GitTag
Http://fsjoy.blog.51cto.com/318484/245106
Git Tutorial 6)GitLogs
Http://fsjoy.blog.51cto.com/318484/245261
Git Tutorial (7)GitDifference comparison
Http://fsjoy.blog.51cto.com/318484/245465
BitbucketIs similarGoogle CodeCan be performed on the networkCodeVersion Management website. BelowGitSimple to use.
InHttps://bitbucket.org.
InBitbucketCreate a database, for exampleTest, AfterBitbucketIt can be used as a version library.
Clone the local database and use it. Right-click the new folder and chooseGit clone
Enter the library address (Https: // chenweidong@bitbucket.org/chenweidong/test. Git), Select the output location, as shown in
After the download, right-click and selectSetting, SetGitInformation, You can edit the relevant information, submit andPush, As shown in.