- http://stackoverflow.com/questions/804115  (rebasevsmerge).
- https://www.atlassian.com/git/tutorials/merging-vs-rebasing (rebasevsmerge)
- https://www.atlassian.com/git/tutorials/undoing-changes/ (resetvscheckoutvsrevert)
- http://stackoverflow.com/questions/2221658 (HEAD^ vs HEAD~) (See git rev-parse)
- http://stackoverflow.com/questions/292357 (pullvsfetch)
- http://stackoverflow.com/questions/39651 (stashvsbranch)
- http://stackoverflow.com/questions/8358035 (resetvscheckoutvsrevert)
- http://stackoverflow.com/questions/5798930 (git resetvsgit rm --cached)
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ({ | |
| // rename this to whatever the front-end files directory is | |
| // rename this to the front end files JavaScript directory | |
| baseUrl: "./src/js", | |
| // rename this to whatever the distribution directory you want is | |
| /** | |
| * `r.js` needs to know where `require.config` is called ahead of time |