Closed
Description
Hello,
found something which is probably a bug or at least unexpected behavior.
If, for some reason the changes I made with git-xargs exists already in the branch on github, the tool prints the following errors and does not open a PR.
[git-xargs] DEBU[2021-04-27T08:45:41+02:00] Error pushing new branch to remote origin Error="already up-to-date" Repo=room-management-example
[git-xargs] DEBU[2021-04-27T08:45:41+02:00] Error encountered while processing repo Error="already up-to-date" Repo name=room-management-example
I run into this error, because I run my git-xargs command two times. The first time I run into an error on opening the PR. After fixing this, I run the command a second time and failed on the update. I had to delete the remote branch first.
I think it the tool should not break on an "already up-to-date" message, because the state of the repository is like it should be, only the way to achived was different.
Think this is an edge case and nothing urgent.