Skip to content

Instantly share code, notes, and snippets.

View RyanOC's full-sized avatar

Ryan Connolly RyanOC

  • Tampa, FL
View GitHub Profile
@RyanOC
RyanOC / 0_reuse_code.js
Created November 27, 2015 21:23
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@RyanOC
RyanOC / AAPL_ToDo.md
Last active July 30, 2017 01:58
AAPL ToDo

AAPL ToDo

  • for an empty checkbox
  • for a checked checkbox
@RyanOC
RyanOC / git_cheatsheet.md
Last active July 30, 2017 02:11
Git commands I use commonly

Alias

To include our aliases then customize "git l" with your own definition:

[include]
   path = ~/.gitconfig.d/gitalias.txt
   path = ~/.gitconfig.d/gitalias-for-topic-branches.txt

[alias]

l = log --graph --oneline