Fragen\GitHub_Updater\Install::branch PHP Method

branch() public method

Branch setting.
public branch ( )
    public function branch()
    {
        ?>
		<label for="github_updater_branch">
			<input type="text" style="width:50%;" name="github_updater_branch" value="" placeholder="master">
			<p class="description">
				<?php 
        esc_html_e('Enter branch name or leave empty for `master`', 'github-updater');
        ?>
			</p>
		</label>
		<?php 
    }