{% extends "default.html" %} {% block headline %}
Merge one branch Source into another branch Destination. After the merge procedure the branch Destination will have the result of the merge.
Note: The Three-Way for Files (Git) merge method can currently only merge into the currently checkout out branch (HEAD)
{% endblock %} {% block quit_content %} {% endblock %}