Skip to content

Instantly share code, notes, and snippets.

View jessicard's full-sized avatar
🍩
donut

Jessica Card jessicard

🍩
donut
View GitHub Profile
echo "it's a trap" | sed s/ra/ar/
echo "knuckle tat: dawg life" > hard
ls -l ~/Desktop
ln ~/Desktop/kittens.txt ~/Desktop/hard
ln -s ~/Desktop/kittens.txt ~/Desktop/soft
touch ~/Desktop/kittens.txt; echo "just kidding, puppies for life" > ~/Desktop/kittens.txt
subl ~/puppies.txt
ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl
[alias]
st = status
ci = commit
co = checkout
br = branch
ls = branch
s = status
a = add
b = branch
d = diff