Changes between Version 3 and Version 4 of TortoiseGitLibMaint
- Timestamp:
- Dec 25, 2013, 4:33:09 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TortoiseGitLibMaint
v3 v4 4 4 This page provides illustrations for using the !TortoiseGit extension to Windows Explorer to perform the same Git operations shown using the command line client in [wiki:StartModMaint Getting Started with Modular Boost Library Maintenance]. 5 5 6 The TortoiseGit dialog boxes shown on this page are accesses via the right-click drop-down menu for a directory containing a git repository working copy. The exact appearance of the drop-down menu will vary according to the Windows version and other installed extensions. Here is what it looks like on the Windows 7 machine used to generate the screen shots. 7 6 8 [[Image(win-expl-drop-down.png)]] 9 10 == Cloning the Boost Super-project == 11 12 After selecting "Git Clone..." from the drop-down menu, the Directory has been changed from the default "boost" to "modular-boost" and the "Recursive" check-box has been checked. 13 14 [[Image(clone.png)]] 15 16 || Red ellipses indicate changes from defaults. In subsequent screen-shots, changes from defaults won't be described in detail. || 17 18 OK can now clicked to start the operation. A Git Command Progress box appears, and reports progress during the operation. Once the operation completes, the Progress box looks like this: 19 20 [[Image(clone-done.png)]] 21 22 -----