This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* modified so that not to use iScroll v5.1.3 github.com/cubiq/iscroll/blob/master/build/iscroll-lite.js | |
* cdnjs.cloudflare.com/ajax/libs/iScroll/5.1.3/iscroll-lite.min.js | |
* see why here github.com/blivesta/drawer/issues/21 | |
* jquery-drawer v3.1.0 | |
* Flexible drawer menu using jQuery, iScroll and CSS. | |
* http://git.blivesta.com/drawer | |
* License : MIT | |
* Author : blivesta <[email protected]> (http://blivesta.com/) | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create a new repository on the command line | |
touch README.md | |
git init | |
git add README.md | |
git commit -m "first commit" | |
git remote add origin https://github.com/c0ldlimit/vimcolors.git | |
git push -u origin master | |
# Push an existing repository from the command line |