-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvariables.yaml
44 lines (36 loc) · 1.86 KB
/
variables.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[variables]
ficha = 052
date = 2023-08-06
desc = git mv origem destino
alt = Para renomear um arquivo e automaticamente adicionar essa mudança para o stage de commit, use o comando 'git mv origem destino', onde origem é o nome atual do arquivo e destino é o novo nome.
descen = git mv source target
alten = To rename an file and automatically add this change to staging for committing use the command 'git mv source target', where source is the current file name and target is the new name
previd = 051
prevtitle = #051 git commit --allow-empty
prevtitleen = #051 git commit --allow-empty
next = false
nextid = 052
nexttitle = #052 git mv origem destino
nexttitleen = #052 git mv source target
table =
| `mv` | comando para “mover” arquivos |
| `origem` | nome atual do arquivo |
| `destino` | novo nome do arquivo |
| _informação extra_ | esse comando pode ser usado para mover arquivos entre pastas |
tableen =
| `mv` | command to "move" files |
| `source` | current file name |
| `target` | new file name |
| _extra information_ | this command can be used to move files between folders |
subs = true
subtitle = Renomeando um arquivo
subtitleen = Renaming a file
highres = https://res.cloudinary.com/jesstemporal/image/upload/v1692466986/gitfichas/pt/052/052-full_likrj0.jpg
thumbnail = https://res.cloudinary.com/jesstemporal/image/upload/v1692466986/gitfichas/pt/052/052-thumbnail_wjpw5r.jpg
highresen = https://res.cloudinary.com/jesstemporal/image/upload/v1692466960/gitfichas/en/052/052-full_l6yjdm.jpg
thumbnailen = https://res.cloudinary.com/jesstemporal/image/upload/v1692466960/gitfichas/en/052/052-thumbnail_poa7ir.jpg
related = false
relatedsrc = https://jtemporal.com/desfazendo-o-ultimo-commit-e-reaproveitando-a-mensagem/
relatedtext = Desfazendo o último commit e mantendo as alterações para um próximo commit
relatedsrcen = FILL
relatedtexten = FILL