Is there any way to remove a file using git gui then commit and push?
+1
A:
Not directly, since git gui
is more about:
allowing users to make changes to their repository by making new commits, amending existing ones, creating branches, performing local merges, and fetching/pushing to remote repositories
An extension like TortoiseGit would allow a git rm
to be performed graphically.
VonC
2010-06-24 11:50:16
Thank you! Is it trustable?
Rodrigo Alves
2010-06-24 13:06:15