Explore >> Select a destination


You are here

jonalmeida.com
| | bengarvey.com
3.5 parsecs away

Travel
| | [AI summary] A practical guide to a simplified, safe workflow for managing version control with Git.
| | logr.cogley.info
3.9 parsecs away

Travel
| | If you want to autosign git commits on Mac, there are a couple of tricks to it. I have not been able to get brew gpg to work consistently well, but installing from gpgtools.org seems to be able to be made to work. ?? This worked for me: Install GPGTools from https://gpgtools.org Create / import a key, then run gpg --list-secret-keys to find the sec key fingerprint Make git settings, specifying the signing key as the fingerprint with no spaces: 1 2 3 4 % git config --global gpg.
| | connorberry.com
3.4 parsecs away

Travel
| | Git with Vimdiff One time view: git difftool --tool=vimdiff --no-prompt Always: git config --global diff.tool vimdiff git config --global merge.tool vimdiff For Single Repository: git config diff.tool vimdiff git config merge.tool vimdiff To avoid having Git prompt when launching Vimdiff: git config --global difftool.prompt false
| | den.dev
11.2 parsecs away

Travel
| Make your GitHub life easier with no-touch commit signing.