User Tools

Site Tools


newdevs:git:install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
newdevs:git:install [2022/10/24 11:15] tmccannanewdevs:git:install [2023/12/13 15:03] (current) tmccanna
Line 30: Line 30:
     * Open Git Bash.     * Open Git Bash.
     * At the prompt, type "git version" - Git should respond with the version that is installed     * At the prompt, type "git version" - Git should respond with the version that is installed
-    * Set up your user name and password with these commands: +    * Set up your user name and password with these commands: <code bash>git config --global user.name "FirstName LastName" 
-<code bash> +git config --global user.email "youremail@domain.com"</code> 
-git config --global user.name "FirstName LastName" +  - Add your key <code bash>ssh-add /path/to/your_private_key</code> 
-git config --global user.email "youremail@domain.com" +  - If the SSH key you use for this Git repo isn't located at: ~/.ssh/id_rsa then you will need the following configuration file in ~/.ssh/config: <code> 
-</code>+  Host git.evergreen-ils.org 
 +    IdentityFile=<LOCATION OF YOUR SSH KEY></code>
  
 **Navigating Within Git Bash** **Navigating Within Git Bash**
Line 60: Line 61:
       * On the Advanced tab, click Environment Variables       * On the Advanced tab, click Environment Variables
     - In the System variables section, select the Path variable and click Edit.     - In the System variables section, select the Path variable and click Edit.
-    - At the end of the existing Path variable, type a semicolon and then enter the Notepad++ file path (found above).+    - At the end of the existing Path variable, type a semicolon and then enter the Notepad++ file path (found above). (Or, if paths are shown in a list, add New entry.)
   - Verify that Git Bash recognizes the new command.   - Verify that Git Bash recognizes the new command.
     - Open Git Bash.     - Open Git Bash.
Line 84: Line 85:
  
 ==== 4. Clone the Evergreen Repository ==== ==== 4. Clone the Evergreen Repository ====
 +
 +//Note that these steps assume you have read-only access to origin and write access to working.//
  
   - Create a folder to store your repositories / branches (for example, C:\Users\yourname\EGProjects).   - Create a folder to store your repositories / branches (for example, C:\Users\yourname\EGProjects).
newdevs/git/install.1666624531.txt.gz · Last modified: 2022/10/24 11:15 by tmccanna

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.