Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 755 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 755 Bytes

Imperium

  1. Create directory in desired location
  2. Open terminal(Mac)/ Git Shell(PC) and navigate to created directory
  3. Run 'git init'
  4. Set remote repository by running 'git remote add imperium https://github.com/bpred754/Imperium.git'
  5. Pull files from repository with 'git pull https://github.com/bpred754/Imperium.git'
  6. *Sources: http://www.newthinktank.com/2014/04/git-video-tutorial/ and http://www.newthinktank.com/2014/04/git-video-tutorial-2/

Commit Check List

  1. Code is up to date with repository and no conflicts
  2. Remove all Debug.Log() statements
  3. Remove all unnecessary comments
  4. All scene additions are in code
  5. All methods are in alphabetic order
  6. All methods start with capital letter
  7. Update GitHub Issues/Tasks