Skip to content

Instantly share code, notes, and snippets.

View lolindrath's full-sized avatar

Andy Williams lolindrath

View GitHub Profile

Keybase proof

I hereby claim:

  • I am lolindrath on github.
  • I am lolindrath (https://keybase.io/lolindrath) on keybase.
  • I have a public key whose fingerprint is 82BF 9AF7 1211 828A EFEE F1DB 8833 042C 0281 D090

To claim this, I am signing this object:

/*! JsViews v1.0pre: http://github.com/BorisMoore/jsviews */
/*
* Interactive data-driven views using templates and data-linking.
* Requires jQuery, and jsrender.js (next-generation jQuery Templates, optimized for pure string-based rendering)
* See JsRender at http://github.com/BorisMoore/jsrender
*
* Copyright 2012, Boris Moore
* Released under the MIT License.
*/
// informal pre beta commit counter: 24
@lolindrath
lolindrath / gist:4454638
Last active January 8, 2020 19:57 — forked from mdb/gist:4288296
How to Amend a Git Commit
# View the log to find the commit you want to edit:
git log
# Quit out of the log
q
# Rebase from the commit you want to edit, in interactive mode:
git rebase SOME_COMMIT_ID^ --interactive
# This will open an interactive menu in Vi
@lolindrath
lolindrath / about.md
Created December 27, 2012 16:29 — forked from fogus/about.md