10/15 edited from git
Test - To remove a file from master on Github Use git rm --cached FILENAME to delete it from the repository but keep the file physically and git add FILENAME to add a file to your repository. You will need to commit both of these changes with git commit
If need to remove Commit history with git commands: https://gist.github.com/heiswayi/350e2afda8cece810c0f6116dadbe651
Git cheatsheet: https://gist.github.com/hofmannsven/6814451
Gradle Info: https://docs.gradle.org/current/userguide/java_plugin.html (User Guide for Java Plugin) gradle tasks (lists tasks and descriptions) gradle build --profile (builds and creates a report in build directory with several measurements