Reshad Farid
Reshad Farid
This is not something for Git flow to take care of. You should set this up in your Gitlab/Github and block direct pushing to develop.
Also for watchos would be really beneficial. I would love to help create a PR for it :)
@joshdholtz could you have a look at this? I believe it broke down somewhere. I have been researching for a few days and this issue https://github.com/fastlane/fastlane/issues/19824 helped me out fixing...
I tried using an app specific password but it says the credentials are invalid.. I am 100% certain they are correct :/
Where do I put that key in heroku while using the heroku installer on the github page?
I have tried setting the variable FASTLANE_SESSION but it seems like its ignored, all the other variables work just fine. (ITC_USER etc .. ) It keeps asking for a way...
@beyerss I eventually created a new Apple ID just for this. It wouldn't work with 2 step verification. I even tried cloning Boarding and create a rails application on heroku,...
I have the same issue now. It appeared to happen after I defined a dedicated derived data path or updated fastlane maybe? However, not sure how to fix this. Seems...
Is this going to be merged anytime soon?
I use an alias for this: ``` alias gbpurge='git branch --merged | grep -v "\*" | grep -v "master" | grep -v "develop" | xargs -n 1 git branch -d'...