Wiki source code of tortoisegit
Version 13.1 by Gideon Lombard on 2022/07/06 12:30
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | |||
| 2 | |||
| 3 | Install: [[https:~~/~~/download.tortoisegit.org/tgit/2.13.0.0/TortoiseGit-2.13.0.1-64bit.msi>>https://download.tortoisegit.org/tgit/2.13.0.0/TortoiseGit-2.13.0.1-64bit.msi]] | ||
| 4 | |||
| 5 | = Defaults = | ||
| 6 | |||
| 7 | * Show Whole Project = true | ||
| 8 | |||
| 9 | = Setup = | ||
| 10 | |||
| 11 | == == | ||
| 12 | |||
| 13 | == Config == | ||
| 14 | |||
| 15 | === Config VS Diff merge tool === | ||
| 16 | |||
| 17 | |||
| 18 | Diff | ||
| 19 | |||
| 20 | [[image:image-20220412120648-1.jpeg]] | ||
| 21 | |||
| 22 | C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\vsDiffMerge.exe %base %mine | ||
| 23 | |||
| 24 | |||
| 25 | Merge | ||
| 26 | |||
| 27 | [[image:image-20220412120710-2.png]] | ||
| 28 | |||
| 29 | |||
| 30 | C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\vsDiffMerge.exe %theirs %mine %base %merged /m | ||
| 31 | |||
| 32 | == Cloning a repository == | ||
| 33 | |||
| 34 | == Creating a branch == | ||
| 35 | |||
| 36 | == Switching branches == | ||
| 37 | |||
| 38 | == Merge Conflicts == | ||
| 39 | |||
| 40 |