Skip to content

Instantly share code, notes, and snippets.

View danrasmuson's full-sized avatar
🎯

Dan Rasmuson danrasmuson

🎯
View GitHub Profile
cordova plugin ls
cordova plugin add org.apache.cordova.media
cordova plugin add com.ionic.keyboard
cordova plugin remove com.ionic.keyboard
heroku run bash
heroku run node
heroku plugins:install https://github.com/naaman/heroku-vim
heroku vim
git log
git log --oneline
git log --stat
git log --patch
git log --graph
git log --graph --all --decorate --oneline
git log --graph --full-history --all --pretty=format:"%h%x09%d%x20%s"
git log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"
git diff
git diff --staging
git diff --color0words
git diff --word-diff
git diff --stat
git reset --hard # removes staged and working directory changes
git clean -f -d # remove untracked files
border: 1in solid black;
#share ul{
list-style-type: none;
margin: 0;
padding: 0;
}
#share li{
display: inline;
}
// color even rows
tr:nth-child(2n){
background-color: @lighter;
}
/*TILT*/
.tilt {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.tilt:hover {
-webkit-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;