git-alias, git-clone, git-config: add pt_BR translation (#10819)
* git alias, git clone, git config: add pt_BR translation * Apply suggestions from code review Fixed some typos. --------- Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
17
pages.pt_BR/common/git-alias.md
Normal file
17
pages.pt_BR/common/git-alias.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# git alias
|
||||
|
||||
> Cria comandos curtos para comandos Git.
|
||||
> Parte do `git-extras`.
|
||||
> Mais informações: <https://github.com/tj/git-extras/blob/master/Commands.md#git-alias>.
|
||||
|
||||
- Lista todos os comandos curtos:
|
||||
|
||||
`git alias`
|
||||
|
||||
- Cria um novo comando curto com o `nome`:
|
||||
|
||||
`git alias "{{nome}}" "{{comando}}"`
|
||||
|
||||
- Procura por um comando curto existente:
|
||||
|
||||
`git alias ^{{nome}}`
|
Reference in New Issue
Block a user