git
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| git [2025/07/08 15:17] – dblume | git [2025/11/16 23:35] (current) – 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/ | ||
| Line 290: | Line 291: | ||
| git submodule update --recursive | git submodule update --recursive | ||
| </ | </ | ||
| + | |||
| + | ====== You Don't Need GitHub ====== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | * Set "git config receive.denyCurrentBranch updateInstead" | ||
| + | * Create a .git/ | ||
| + | * Tell git to host the remote repo with "git update-server-info" | ||
| ====== git vim mergetool on macOS ====== | ====== git vim mergetool on macOS ====== | ||
git.1752013052.txt.gz · Last modified: 2025/07/08 15:17 by dblume