Monday 14 September 2015

Git Flow Issue: fatal: Working tree contains unstaged changes.



$ git flow feature publish FRAUD-724
fatal: Working tree contains unstaged changes. Aborting.


Solution:
$ git status
Then, the problem is solved.
We should execute $ git status before publish or finish a feature.

Reference:
https://github.com/nvie/gitflow/issues/81

No comments:

Post a Comment