Source Control: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
==Windows==
==Windows==
One of the best tool under windows is [http://download.tortoisegit.org/tgit/]. It integrates tightly with Explorer so you don't need to use a separate application or use command line tools.
One of the best tool under windows is TortoiseGit. It integrates tightly with Explorer so you don't need to use a separate application or use command line tools. In order to use it, you will need to download and install 3 components:
 
* Git for Windows (formely mSysGit): [https://msysgit.github.io/]
* TortoiseGit which is a gui for Git: [http://download.tortoisegit.org/tgit/]
* git-credential-winstore.exe to store credentials: [http://gitcredentialstore.codeplex.com/]. Before installing, insure you have git.exe in your system's PATH (i.e: C:\Program Files\Git\bin). If it's on your path and teh installer still complains it can't find git, run it from the command line with the -I parameter like:
git-credential-winstore.exe -I C:\Program Files\Git\bin


==Linux==
==Linux==
To be re-written(move to GIT from Google Code, linux user please update)
To be re-written(move to GIT from Google Code, linux user please update)

Revision as of 00:44, 29 March 2015

Windows

One of the best tool under windows is TortoiseGit. It integrates tightly with Explorer so you don't need to use a separate application or use command line tools. In order to use it, you will need to download and install 3 components:

  • Git for Windows (formely mSysGit): [1]
  • TortoiseGit which is a gui for Git: [2]
  • git-credential-winstore.exe to store credentials: [3]. Before installing, insure you have git.exe in your system's PATH (i.e: C:\Program Files\Git\bin). If it's on your path and teh installer still complains it can't find git, run it from the command line with the -I parameter like:
git-credential-winstore.exe -I C:\Program Files\Git\bin

Linux

To be re-written(move to GIT from Google Code, linux user please update)