Git

Clean

git clean

This command removed local merged branches.

Clear

git clear

This command undos the current changes.

Create

git create

This command creates a new branch.

Force-pull

git force-pull

This command pulls branch with loosing changes.

Get

git get

This command checkouts a git branch.

Rebase

git rebase

This command rebases a git branch.

Rename

git rename

This command renames a git branch.

Reset

git reset

This command resets a git branch.

Squash

git squash

This command squashs a git branch.

Undo

git undo

This command undos the last commit withouth loosing files.

Update

git update

This comand updates a branch.