git - msysgit autocompletion when pushing branch deletion doesn't work? -
when type git push origin :
, press [tab]
- autocompletion doesn't suggest branch names in remote. can helped?
i git push origin x:
- makes autocompletion work, return , delete x
. there better way?..
tried git push origin --delete
- no autocompletion there.
Comments
Post a Comment