Skip to content

Instantly share code, notes, and snippets.

View paulmolluzzo's full-sized avatar

Paul Molluzzo paulmolluzzo

View GitHub Profile
@paulmolluzzo
paulmolluzzo / author-amend.sh
Created February 16, 2017 01:15 — forked from TheCodedSelf/author-amend.sh
Change all commits with author email "[email protected]" to "[email protected]"
#!/bin/sh
git filter-branch --env-filter '
OLD_EMAIL="[email protected]"
CORRECT_NAME="The Dark Knight"
CORRECT_EMAIL="[email protected]"
if [ "$GIT_COMMITTER_EMAIL" = "$OLD_EMAIL" ]
then
Here is a list of scopes to use in Sublime Text 2 snippets -
ActionScript: source.actionscript.2
AppleScript: source.applescript
ASP: source.asp
Batch FIle: source.dosbatch
C#: source.cs
C++: source.c++
Clojure: source.clojure
CoffeeScript: source.coffee