TabletProject

The tablet based game about recycling.

Git Workflow

After working on files inside the unreal project, open the Git Bash in the project folder (right-click and select 'Git Bash here'). Then, run these commands:

  1. git pull (do this first on principal)
  2. git add --all
  3. git commit -am "Your detailed message here."
  4. git pull
  5. git push