Prune remote branch list :
git remote update origin --prune
Push new local branch to github
git push -u origin {feature branch}
Mac Setup
- Chrome
- iTerm
- Found
- Sublime Text/Web Storm
- ruby
- brew
- git
- Dont sudo install anything
- Appcelerator Studio
- request clearcase access for mobile code
http://www.johnpapa.net/how-to-use-npm-global-without-sudo-on-osx/
Faster way to delete files on windows
- First Step: del /f/s/q foldername > nul
- Second Step: rmdir /s/q foldername