But what will happen if the code from staging has not been tested yet but we merge it into our dev2 branch and then merge the dev2 branch into master ? Then master will have untested code...it does not seem right... is there a solution for this case? i am currently having this dilemma and I cannot figure it out
@galaxkronosgaming64997 ай бұрын
Yes there is
@AMP_edits773 жыл бұрын
Please let me know if there is any way to create automatic merge request when I do git push. i.e. from command line when I will run git push, new merge request should be created automatically. Thanks.
@preetichouhan32483 жыл бұрын
How to add tag to repository as version v0.0.1....?
@galaxkronosgaming64993 жыл бұрын
If you want to tag repository souce code then go to files. After that click on + symbol and choose new tag option. On the page provide the name of tag, description, version and select branch. If you still face any issue let me know on the comments I will share short clip.