Skip to content

Instantly share code, notes, and snippets.

View andriimartynov's full-sized avatar

Andrii Martynov andriimartynov

  • Ukraine
View GitHub Profile
@oshyshko
oshyshko / DefaultKeyBinding.dict
Last active September 6, 2015 14:50
os x keyboard fixed pgup/pgdown + home/end
//
// Windows/Linux cursor movement keybindings for OS X
//
// Put this file to ~/Library/KeyBindings/DefaultKeyBinding.dict
// Read more at http://osxnotes.net/keybindings.html
//
{
"\UF729" = moveToBeginningOfParagraph:; // home
"\UF72B" = moveToEndOfParagraph:; // end
@troyfontaine
troyfontaine / 1-setup.md
Last active July 30, 2024 12:42
Signing your Git Commits on MacOS

Methods of Signing Git Commits on MacOS

Last updated March 13, 2024

This Gist explains how to sign commits using gpg in a step-by-step fashion. Previously, krypt.co was heavily mentioned, but I've only recently learned they were acquired by Akamai and no longer update their previous free products. Those mentions have been removed.

Additionally, 1Password now supports signing Git commits with SSH keys and makes it pretty easy-plus you can easily configure Git Tower to use it for both signing and ssh.

For using a GUI-based GIT tool such as Tower or Github Desktop, follow the steps here for signing your commits with GPG.