Create an empty git repo or reinitialize an existing one
$ git init| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
Create an empty git repo or reinitialize an existing one
$ git init| # Add this to your ~/.profile to open the sublime project file in the current directory using `sublp` without any arguments. | |
| # Note: `subl` ust be in your PATH. | |
| # | |
| # Usage: Navigate to folder containing project file. Type `sublp` and hit enter. | |
| # | |
| alias sublp='find . -name "*.sublime-project" | head -1 | xargs subl --project' |