Skip to content

Instantly share code, notes, and snippets.

View rossluebe's full-sized avatar

Ross Luebe rossluebe

View GitHub Profile
@rossluebe
rossluebe / git.md
Last active February 25, 2016 21:30

Git Cheat Sheet

Transcribed from Tower’s blog post

Create

$ git clone ssh://user@domain.com/repo.git

Clone an existing repository

Command Line Cheat Sheet

Transcribed from Tower’s blog post

Directories

$ pwd

Display path of current working directory

@rossluebe
rossluebe / Twig Snippets for Atom
Created May 7, 2014 20:09
Twig Snippets for Atom
'.text.html.twig':
'Tag Print':
'prefix': '}}'
'body': '{{ $1 }}$0'
'Tag Block':
'prefix': '%%'
'body': '{% $1$2 %}$0{% end$1 %}'
'Tag Block (Block)':