git
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
git [2024-10-22] – hanez | git [2025-03-18] (current) – hanez | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Git ====== | ====== Git ====== | ||
+ | |||
+ | ===== Add tag ===== | ||
+ | |||
+ | <code shell> | ||
+ | |||
+ | ==== Commit a tag ==== | ||
+ | |||
+ | < | ||
+ | |||
+ | ==== Commit all tags ==== | ||
+ | |||
+ | < | ||
+ | |||
+ | Source: [[https:// | ||
===== Clone a specific tag ===== | ===== Clone a specific tag ===== | ||
<code bash>git clone --depth 1 --branch < | <code bash>git clone --depth 1 --branch < | ||
- | |||
===== Specify the private SSH-key to use when executing a Git command: ===== | ===== Specify the private SSH-key to use when executing a Git command: ===== | ||
Line 84: | Line 97: | ||
< | < | ||
- | | + | git push --force --verbose --dry-run |
- | git push --force</ | + | git push --force</ |
Line 95: | Line 108: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
- |
git.1729640909.txt.gz · Last modified: 2024-10-22 by hanez