Skip to content

Branches & Tags

Merge Branches

Merge <branch-x> into the current branch.

git merge <branch-x>

Delete Branch

Delete <branch-x>.

git branch -d <branch-x>

Options git branch

-dr <remote/branch-name> delete a remote branche

Create Tag

Mark the current commit with a <tag-name>. ```shell git ta