Skip to content

Instantly share code, notes, and snippets.

View ItsMeAra's full-sized avatar
👋

Ara L Abcarians ItsMeAra

👋
View GitHub Profile
p – balanced for paragraphs or body copy
t – balanced for headlines or titles
Arial, “Helvetica Neue”, Helvetica, sans-serif - p, t
Baskerville, “Times New Roman”, Times, serif - p
Baskerville, Times, “Times New Roman”, serif - t
Cambria, Georgia, Times, “Times New Roman”, serif - p, t
@ItsMeAra
ItsMeAra / workflow.txt
Last active February 22, 2016 19:06
Use SSH to set up your own Git repos on your server. http://net.tutsplus.com/tutorials/tools-and-tips/ssh-what-and-how/
$ ssh [email protected]
$ cd /path/to/repo
$ git init
$ git checkout -b staging
$ git checkout master
$ exit
$ cd /local/repo
$ git init
$ git add .
$ git commit -am "some message"
##################################################
# .htaccess Files for the Rest of Us
# http://net.tutsplus.com/articles/news/htaccess-files-for-the-rest-of-us/
##################################################
# Redirections #
# Redirect to new location
# Redirect 301 ^old\.html$ http://localhost/new.html