git
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
git [2025/07/08 15:17] – dblume | git [2025/07/08 16:13] (current) – [Building Git] dblume | ||
---|---|---|---|
Line 8: | Line 8: | ||
sudo apt-get install libssl-dev libcurl4-gnutls-dev gettext | sudo apt-get install libssl-dev libcurl4-gnutls-dev gettext | ||
</ | </ | ||
- | There was a security fix in 2.50.1, so here we get that one: | + | There was [[https:// |
<code bash> | <code bash> | ||
git clone --filter=blob: | git clone --filter=blob: | ||
- | # or git clone --branch v2.50.1 --depth 1 https:// | + | # or: git clone --branch v2.50.1 --depth 1 https:// |
+ | # or even: wget https:// | ||
make prefix=$HOME/ | make prefix=$HOME/ |
git.txt · Last modified: 2025/07/08 16:13 by dblume