Hi,
I'm trying to push report file from bamboo script task using " git push -u origin master -f" to my bitbucket repository.
my script task which i added in bamboo plan:
Using above commands i'm able to push it in bitbucket but Whenever i change file name and run the build , it is removing abc.html and saving other html file in repository .But i want to store each file in that repository.
As well as it is taking all code to the repository even when i'm not adding other files using git.I just want html files in repository.