mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 10:55:24 +02:00

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
17 lines
332 B
Markdown
17 lines
332 B
Markdown
# git alias
|
|
|
|
> Twórz skróty dla komend Gita.
|
|
> Jest częścią `git-extras`.
|
|
> Więcej informacji: <https://github.com/tj/git-extras/blob/master/Commands.md#git-alias>.
|
|
|
|
- Wyświetl wszystkie aliasy:
|
|
|
|
`git alias`
|
|
|
|
- Utwórz nowy alias:
|
|
|
|
`git alias "{{nazwa}}" "{{komenda}}"`
|
|
|
|
- Wyszukaj istniejący alias:
|
|
|
|
`git alias ^{{nazwa}}`
|