wiki.xw3.org

Welcome to the xw3 Wiki! Powered by hanez

User Tools

Site Tools


git

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
git [2025-03-18] hanezgit [2025-06-03] (current) hanez
Line 14: Line 14:
  
 Source: [[https://stackoverflow.com/questions/18216991/create-a-tag-in-a-github-repository]] Source: [[https://stackoverflow.com/questions/18216991/create-a-tag-in-a-github-repository]]
 +
 +===== Checkout a specific tag =====
 +
 +<code bash>git checkout TAG</code>
 +
 +More: [[https://www.git-tower.com/learn/git/faq/git-checkout-tag]]
  
 ===== Clone a specific tag ===== ===== Clone a specific tag =====
  
 <code bash>git clone --depth 1 --branch <tag_name> <repo_url></code> <code bash>git clone --depth 1 --branch <tag_name> <repo_url></code>
 +
 +More: [[https://graphite.dev/guides/git-clone-specific-tag]]
  
 ===== Specify the private SSH-key to use when executing a Git command: ===== ===== Specify the private SSH-key to use when executing a Git command: =====
git.1742271024.txt.gz · Last modified: by hanez