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
advancednotes [2025/05/05 11:18] โ€“ cherinadvancednotes [2025/05/12 16:27] (current) โ€“ [๐Ÿ› ๏ธ How to Set Up External Git Tools] cherin
Line 1: Line 1:
-====== Advanced Notes ======ย +====== Using TortoiseGit / Git command line======
-===== Using TortoiseGit / Git Bash / Command Prompt for Git Operations =====+
  
 ==== ๐Ÿงญ What is this about? ==== ==== ๐Ÿงญ What is this about? ====
Line 30: Line 29:
  
 After cloning a repository with Git Winch, run the following command to link the correct `.priv` key (used for deploy access) with that specific repo: After cloning a repository with Git Winch, run the following command to link the correct `.priv` key (used for deploy access) with that specific repo:
-<wrap lo>+
   git -C "<path-to-repo>\<repo-name>" config core.sshCommand "ssh -i \"<path-to-key>/<repo>_<member>.priv\" -o IdentitiesOnly=yes"   git -C "<path-to-repo>\<repo-name>" config core.sshCommand "ssh -i \"<path-to-key>/<repo>_<member>.priv\" -o IdentitiesOnly=yes"
-  </wrap> 
  
 This ensures Git uses the correct private key for that repo **without relying on Pageant or a global SSH config**. This ensures Git uses the correct private key for that repo **without relying on Pageant or a global SSH config**.
Line 55: Line 53:
 ---- ----
 ๐ŸŽฏ With this setup, you can use TortoiseGit, Git Bash, or the Command Prompt seamlessly alongside Git Winch, without needing Pageant or modifying your global `.ssh/config`. Each repo remains isolated with its own deploy key and member access โ€” exactly as Git Winch intends. ๐ŸŽฏ With this setup, you can use TortoiseGit, Git Bash, or the Command Prompt seamlessly alongside Git Winch, without needing Pageant or modifying your global `.ssh/config`. Each repo remains isolated with its own deploy key and member access โ€” exactly as Git Winch intends.
 +
 +
 +----
 +[[advanced?do=export_xhtml|Advanced uses]] | [[/concepts?do=export_xhtml | Learn the concepts]] | [[/topics?do=export_xhtml | Table of Contents]]
 +  
 +
  
  
advancednotes.1746436691.txt.gz ยท Last modified: by cherin