If you are using git from the command line:
- “git commit -a -m ‘what I did the last hour’ && git pull -r && git push”
- “git rm path/to/file.uasset”
- “git status”
If you use some other source control integration, you may be able to do similar commands from that source control.