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
git checkout seotweaks | |
git merge -s ours master | |
git checkout master | |
git merge seotweaks |
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
https://github.com/caiogondim/js-patterns-sublime-snippets |
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
rimraf <dir> | |
rimraf is a Node.js package, so you will need to install Node.js which includes npm. Then you can run: | |
npm install -g rimraf |
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
git remote set-url origin ***************GIT_ADRESS**********.git | |
git push -u origin master |
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
typings search jquery | |
typings install dt~jquery --global --save | |
http://www.bardev.com/2016/06/21/using-visual-studio-code-ceate-angularjs-applications/ |
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
C:\Users\username>netstat -o -n -a | findstr 0.0:3000 | |
TCP 0.0.0.0:3000 0.0.0.0:0 LISTENING 3116 | |
C:\Users\username>taskkill /F /PID 3116 |
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
https://stackoverflow.com/questions/1139762/ignore-files-that-have-already-been-committed-to-a-git-repository | |
First commit any outstanding code changes, and then, run this command: | |
git rm -r --cached . | |
This removes any changed files from the index(staging area), then just run: | |
git add . | |
Commit it: |
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
git config --global core.autocrlf true |
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
https://pqrs.org/osx/karabiner/ -- Rebind keys (Eject key use as Del forward) | |
smcFanControl -- Control temperature with fan speed; | |
turbo boost switcher -- On/Off turbo boost; |
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
workbench.editor:Show Tabs |
OlderNewer