Cheatography
https://cheatography.com
My keyboard shortcuts - personal usage + phraseexpress shortcuts
PhraseExpress
-max --> main popup |
-rand --> random |
-angular --> main popup |
-source --> project source link |
GitHub
git init <directory> |
|
git add |
git commit -m "text" |
git log |
git lol - nice log |
git remote add origin http://... |
git push -u reponame branch |
git pull repo branch |
git diff —staged |
git checkout -b newbranch |
git branch -d <name> -delete a branch |
git push origin :<branch_name> - delete origin branch |
git push origin <branch_name> |
git merge myBranch |
git config --global --edit |
st = status (alias) |
|
|
Angular
--angularstart |
$rou - routeprovider |
--ngmodule |
--ngconfig(route) |
--ngconfig(route) |
--ngdirective |
--ngwhen |
--ngotherwise |
|
|
Brackets
ctrl + shift + l - clean code
ctrl + p / ctrl + shift + p - jump comment
ctrl + shift [ - jump to brace
ctrl + alt d - comment
ctrl + alt shift n - notes
ctrl + alt +] / [ - expand/collapse current
ctrl + alt / - shortcuts
ctrl + alt + enter - emmet |
|
Created By
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment