Skip to content

Instantly share code, notes, and snippets.

View pquerner's full-sized avatar

Pascal Querner pquerner

View GitHub Profile
@pquerner
pquerner / .bashrc
Created January 7, 2016 13:05 — forked from dbalabka/.phpdebug
PHP CLI debugging helper console commands with PhpStorm, NetBeans support
# Installation steps:
# 1. Put these lines into ~/.bashrc;
# 2. Script will try to autodetect your machine IP where runs IDE or use 127.0.0.1 otherwise.
# If automatic detection doesn't work for you, set ip directly via IDE_IP enviroment variable:
# $ export IDE_IP=1.2.3.4
# 3. Change ports if it not same as default (see local variables zend_debugger_config and xdebug_config);
# 4. Change IDE specific configuration: serverName, idekey (see local variables php_ide_config and xdebug_config)
# 5. Run: source ~/.bashrc
# Usage:

Transparent Git Encryption

This document has been modified from its [original format][m1], which was written by Ning Shang (geek@cerias.net). It has been updated and reformatted into a [Markdown][m2] document by [Woody Gilk][m3] and [republished][m4].

Description

When working with a remote git repository which is hosted on a third-party storage server, data confidentiality sometimes becomes