You can undo all fetches from remote A simply by removing this remote:
git remote remove A
Now just add it again and fetch only single branch:
git remote add A <path/to/repository>
git fetch A <name of branch>
You can undo all fetches from remote A simply by removing this remote:
git remote remove A
Now just add it again and fetch only single branch:
git remote add A <path/to/repository>
git fetch A <name of branch>