And solved. Thanks again @PitaJ
SOLVED Problems updating 1.1.0 to 1.1.2
-
When I run the command :
git reset --hard origin/v1.1.2
I get in return:
fatal: ambiguous argument 'origin/v1.1.2': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]'
-
@Rantahu run
git reset --hard origin/v1.x.x
-
@pichalite thanks