I recently delete all file from current branch, with rm --cached command without delete .git folder. Then staged just one file in current branch. But when I try to push that file to remote repository, there seems other file also partake to transfer.
I need to ask two question: 1. Is deleting file from current branch also delete that file from repository? 2. How just to transfer (push) file in current branch, not all file in repo.
