GIT COMMAND FOR REMOVING THE FOLDER IN GIT
1. the build is folder name that you want to remove
git rm -r build
or
git rm -rf build
2. commit code with msg
git commit -m "unused code"
3. push your code in git
git push
Android Tutorial -Learn Android Programming and how to develop android application,activity,lifecycle,service,layout,architecture,debugging,bugs ,handling event others.
GIT COMMAND FOR REMOVING THE FOLDER IN GIT
1. the build is folder name that you want to remove
git rm -r build
or
git rm -rf build
2. commit code with msg
git commit -m "unused code"
3. push your code in git
git push