git
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
git [2025/04/02 22:30] – Add git config pack.threads limit dblume | git [2025/07/08 16:13] (current) – [Building Git] dblume | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== git ====== | ====== git ====== | ||
+ | |||
+ | ===== Building Git ===== | ||
+ | |||
+ | In Ubuntu, get some dev libs first: | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt-get install libssl-dev libcurl4-gnutls-dev gettext | ||
+ | </ | ||
+ | There was [[https:// | ||
+ | <code bash> | ||
+ | git clone --filter=blob: | ||
+ | # or: git clone --branch v2.50.1 --depth 1 https:// | ||
+ | # or even: wget https:// | ||
+ | |||
+ | make prefix=$HOME/ | ||
+ | make prefix=$HOME/ | ||
+ | </ | ||
+ | |||
+ | This will put git in '' | ||
+ | |||
+ | ===== Using Git ===== | ||
Make the clone of the remote repository. | Make the clone of the remote repository. |
git.1743658241.txt.gz · Last modified: 2025/04/02 22:30 by dblume