Why does the branch delete after merging? [on hold]
everyone!
I'm using this script for auto-merge changes from the "staging" branch into dev when project build is sucessful:
https://github.com/cdown/travis-automerge/blob/master/travis-automerge
However, the "staging" branch deletes after this. Why is it being deleted and how to keep it?
git merge branch travis-ci
put on hold as off-topic by meagar♦ Dec 27 '18 at 15:45
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – meagar
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
everyone!
I'm using this script for auto-merge changes from the "staging" branch into dev when project build is sucessful:
https://github.com/cdown/travis-automerge/blob/master/travis-automerge
However, the "staging" branch deletes after this. Why is it being deleted and how to keep it?
git merge branch travis-ci
put on hold as off-topic by meagar♦ Dec 27 '18 at 15:45
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – meagar
If this question can be reworded to fit the rules in the help center, please edit the question.
1
Line 34 deletes the branch.
– Lasse Vågsæther Karlsen
Dec 27 '18 at 15:45
add a comment |
everyone!
I'm using this script for auto-merge changes from the "staging" branch into dev when project build is sucessful:
https://github.com/cdown/travis-automerge/blob/master/travis-automerge
However, the "staging" branch deletes after this. Why is it being deleted and how to keep it?
git merge branch travis-ci
everyone!
I'm using this script for auto-merge changes from the "staging" branch into dev when project build is sucessful:
https://github.com/cdown/travis-automerge/blob/master/travis-automerge
However, the "staging" branch deletes after this. Why is it being deleted and how to keep it?
git merge branch travis-ci
git merge branch travis-ci
asked Dec 27 '18 at 15:42
boriswinner
213
213
put on hold as off-topic by meagar♦ Dec 27 '18 at 15:45
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – meagar
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by meagar♦ Dec 27 '18 at 15:45
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – meagar
If this question can be reworded to fit the rules in the help center, please edit the question.
1
Line 34 deletes the branch.
– Lasse Vågsæther Karlsen
Dec 27 '18 at 15:45
add a comment |
1
Line 34 deletes the branch.
– Lasse Vågsæther Karlsen
Dec 27 '18 at 15:45
1
1
Line 34 deletes the branch.
– Lasse Vågsæther Karlsen
Dec 27 '18 at 15:45
Line 34 deletes the branch.
– Lasse Vågsæther Karlsen
Dec 27 '18 at 15:45
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
1
Line 34 deletes the branch.
– Lasse Vågsæther Karlsen
Dec 27 '18 at 15:45