Skip to content

Instantly share code, notes, and snippets.

View x0000ff's full-sized avatar

Konstantin Portnov x0000ff

View GitHub Profile
@x0000ff
x0000ff / Git aliases.md
Last active April 22, 2024 08:41
Git aliases

What is Git alias

Git aliases is a useful way to save your keyboard from typing a lot.

git status My alias for finishing code review
git status finish-code-review

Let's create one

You can create an alias type in yor terminal: