Skip to content

Instantly share code, notes, and snippets.

View paul-matthews's full-sized avatar

Paul Matthews paul-matthews

View GitHub Profile
@paul-matthews
paul-matthews / LICENSE
Last active August 17, 2017 20:57
How to test if a notification is suitable for posting in foreground
Apache License
--------------
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
@paul-matthews
paul-matthews / sumodule-slides.md
Created March 8, 2012 10:31
Git Submodule Slides - From PHPUK 2012

% Git Submodules - The Good + The Bad % Paul Matthews % March 2012

This talk

  • Submodules
  • Essentials
  • Using submodules
  • Using distributed submodules
@paul-matthews
paul-matthews / .gitconfig
Created February 28, 2012 15:33
My git aliases
[alias]
d = difftool
br = branch
cb = checkout -b
ci = commit
co = checkout
coh = !git checkout-head
dc = svn dcommit
dcommit = svn dcommit
fa = !git fetch-all