Configure Escape for Vintageous:
Go to Preferences > Key Bindings
[
{
"keys": ["k", "j"],
| var isoCountries = { | |
| 'AF' : 'Afghanistan', | |
| 'AX' : 'Aland Islands', | |
| 'AL' : 'Albania', | |
| 'DZ' : 'Algeria', | |
| 'AS' : 'American Samoa', | |
| 'AD' : 'Andorra', | |
| 'AO' : 'Angola', | |
| 'AI' : 'Anguilla', | |
| 'AQ' : 'Antarctica', |
The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Fri, 19 Jun 2015 15:17:38 GMT till Sun, 19 Jun 2016 15:17:38 GMT.
Only first 1000 GitHub users according to the count of followers are taken. This is because of limitations of GitHub search. Sorting algo in pseudocode:
githubUsers
.filter(user => user.followers > 635)At the root folder: browser-sync start --server --files "*.html, resources/css/*.css"
git config --global user.name "Your Name"git config --global user.email "[email protected]"git config --global core.editor vimgit init: Start a new git repositorygit status (gst): See the project statusgit add <filename> (ga): Add a file to the Staging Areagit add . (gaa): Add all files to the Staging Area