ssh-keygen -t rsa -C "seu_email@provedor.com"
git init
This is a work-in-progress cheatsheet for JS arrays. Please feel free to leave a comment if this has helped you or you would like to suggest anything. https://codeburst.io/javascript-essentials-arrays-2d275b9598c5
#alias git | |
alias gs='git status ' | |
alias ga='git add ' | |
alias gb='git branch ' | |
alias gc='git commit -m ' | |
alias gd='git diff ' | |
alias go='git checkout ' | |
alias ..='cd ..' |