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>
Create Tag
Mark the current commit with a <tag-name>.
```shell
git ta
Merge <branch-x> into the current branch.
git merge <branch-x>
Delete <branch-x>.
git branch -d <branch-x>
Mark the current commit with a <tag-name>.
```shell
git ta