- Create a directory for your project
- Initialize your project with
npm init - Initialize
gitwithgit init - Create a
.gitignorefile in your projects root directory - Add
.env,node_modulesand all other possible spec files to.gitignore
- Related Setup: https://gist.github.com/hofmannsven/6814278
- Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
- Interactive Beginners Tutorial: http://try.github.io/
- Git Cheatsheet by GitHub: https://services.github.com/on-demand/downloads/github-git-cheat-sheet/
Press minus + shift + s and return to chop/fold long lines!