tags:

views:

19

answers:

1

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
Thank you! Is it trustable?
Rodrigo Alves