How to remove changes using git -p4

The last git -p4 script ( https://github.com/ermshiperete/git-p4 ) has a "shelf", but without the "unhelve" command. How do I change its use?

+4
source share
1 answer

It doesn't seem like you can, but git p4 , instead you will need to do this through Perforce.

+2
source

Source: https://habr.com/ru/post/1446266/


All Articles