Difference between revisions of "Quick Windows Git Installation"
Jump to navigation
Jump to search
(Created page with " * Use the context menu to start the clone: File:git-clone-21.png * If this is the first time you run Git, it will ask you to complete the profile setup: [[File:git-clo...") |
|||
Line 2: | Line 2: | ||
* Use the context menu to start the clone: | * Use the context menu to start the clone: | ||
− | [[ | + | [[Image:git-clone-21.png]] |
* If this is the first time you run Git, it will ask you to complete the profile setup: | * If this is the first time you run Git, it will ask you to complete the profile setup: | ||
− | [[ | + | [[Image:git-clone-22.png]] |
* The only things you need to complete are the User name and email address | * The only things you need to complete are the User name and email address | ||
Line 14: | Line 14: | ||
* You can change these values later, but changing them will not change any commits that you have already contributed to a repository | * You can change these values later, but changing them will not change any commits that you have already contributed to a repository | ||
− | [[ | + | [[Image:git-clone-23.png]] |
* The files will be in C:\DEV\resiprocate after the clone: | * The files will be in C:\DEV\resiprocate after the clone: | ||
− | [[ | + | [[Image:git-clone-24.png]] |
* Click "Clone" to proceed: | * Click "Clone" to proceed: | ||
− | [[ | + | [[Image:git-clone-25.png]] |
* Wait a couple of minutes, it is downloading the full history of every file in every branch: | * Wait a couple of minutes, it is downloading the full history of every file in every branch: | ||
− | [[ | + | [[Image:git-clone-26.png]] |
* It is not finished and ready to use: | * It is not finished and ready to use: | ||
− | [[ | + | [[Image:git-clone-27.png]] |
* Use the context menu to access Git functions: | * Use the context menu to access Git functions: | ||
− | [[ | + | [[Image:git-clone-28.png]] |
* Notice how the browser can easily show all activity on a file on all branches in chronological order? | * Notice how the browser can easily show all activity on a file on all branches in chronological order? | ||
* Browsing the file in other branches is lightning fast because everything is cached locally by the "Clone" operation | * Browsing the file in other branches is lightning fast because everything is cached locally by the "Clone" operation | ||
− | [[ | + | [[Image:git-clone-29.png]] |
Revision as of 02:30, 16 September 2013
- Use the context menu to start the clone:
- If this is the first time you run Git, it will ask you to complete the profile setup:
- The only things you need to complete are the User name and email address
- These values will be embedded in any commits you make
- Commits are hashed and can't be changed later, so it is imperative that you set appropriate long-term values
- A long-term personal email address is usually recommended
- You can change these values later, but changing them will not change any commits that you have already contributed to a repository
- The files will be in C:\DEV\resiprocate after the clone:
- Click "Clone" to proceed:
- Wait a couple of minutes, it is downloading the full history of every file in every branch:
- It is not finished and ready to use:
- Use the context menu to access Git functions:
- Notice how the browser can easily show all activity on a file on all branches in chronological order?
- Browsing the file in other branches is lightning fast because everything is cached locally by the "Clone" operation