- Create directory in desired location
- Open terminal(Mac)/ Git Shell(PC) and navigate to created directory
- Run 'git init'
- Set remote repository by running 'git remote add imperium https://github.com/bpred754/Imperium.git'
- Pull files from repository with 'git pull https://github.com/bpred754/Imperium.git'
- *Sources: http://www.newthinktank.com/2014/04/git-video-tutorial/ and http://www.newthinktank.com/2014/04/git-video-tutorial-2/
- Code is up to date with repository and no conflicts
- Remove all Debug.Log() statements
- Remove all unnecessary comments
- All scene additions are in code
- All methods are in alphabetic order
- All methods start with capital letter
- Update GitHub Issues/Tasks