Skip to content

Instantly share code, notes, and snippets.

View theDisco's full-sized avatar

Wojciech Gancarczyk theDisco

View GitHub Profile
@troyfontaine
troyfontaine / 1-setup.md
Last active May 3, 2024 10:52
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.

@zuckercode
zuckercode / idsbs
Created September 7, 2012 11:57
install development server by script
#!/bin/bash
#
# These lines installing the complete software for a nginx - php5-fpm - mysql machine
# This script runs on:
# - Hetzner Root EX4 (Debian6 minimal installation)
# - Strato Root Server Linux Level 3 (v1209.1.42) Debian 6.0 64bit
# Installation:
# copy this lines to /root/install.sh
# if vim is not already installed
@racklin
racklin / CliTest.php
Created September 6, 2012 17:46
Phalcon CLI descriptions (invo web)
<?php
/*
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2012 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |