Team Workflow

If you are using git from the command line:

  1. “git commit -a -m ‘what I did the last hour’ && git pull -r && git push”
  2. “git rm path/to/file.uasset”
  3. “git status”

If you use some other source control integration, you may be able to do similar commands from that source control.