All Questions
4 questions
0
votes
0
answers
37
views
Can you merge into an eternal branch via a pull request without merging changes in the eternal branch back into your branch?
Currently the process is this.
Dev opens feature branch off of develop
Dev does their dev work in feature branch
Dev merges into testing branch which deploys it to our dev server where it can be run ...
1
vote
1
answer
6k
views
Github private repository master branch protection
we had an incident one of our devs merged into master branch directly which shouldn't have happened.
We use "feature" branch that goes in "rc" branch directly - which will be QA'ed ...
1
vote
2
answers
1k
views
Unable to Push Custom Framework on Cocoapods
I have a custom framework that is already pushed on cocoaPods by some other developer and his email id is removed now. But he didn't add anyone owner of it. Now I have some changes in that framework ...
0
votes
1
answer
120
views
TortoiseGit won't let me access my /trunk D:
I have no problem cloning/commiting from my ssh link, but if I ask tortoiseGit to do it on shhLink/trunk i'll get a 128 error.
"fatal: The remote end hung up unexpectedly"
Any idea why?
Thanks.