Show Menu
Cheatography

shortcuts Keyboard Shortcuts by

My keyboard shortcuts - personal usage + phraseexpress shortcuts

Phrase­Express

-max --> main popup
-rand --> random
-angular --> main popup
-source --> project source link

GitHub

git init <di­rec­tor­y>
 
git add
git commit -m "­tex­t"
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 <na­me> -delete a branch
git push origin :<b­ran­ch_­nam­e> - delete origin branch
git push origin <br­anc­h_n­ame>
git merge myBranch
git config --global --edit
st = status (alias)
 

Angular

--angu­lar­start
$rou - routep­rovider
--ngmodule
--ngco­nfi­g(r­oute)
--ngco­nfi­g(r­oute)
--ngdi­rective
--ngwhen
--ngot­herwise
 

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
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.