Use 4 spaces throughout file (#841)
This commit is contained in:
parent
abb99f3674
commit
75ba17605d
|
@ -42,23 +42,23 @@ Also `git-bug` and `git-refactor`.
|
||||||
|
|
||||||
### Tags
|
### Tags
|
||||||
|
|
||||||
$ git release v1.0.0 # commit, tag, push-tags
|
$ git release v1.0.0 # commit, tag, push-tags
|
||||||
$ git delete-tag v1.0.0
|
$ git delete-tag v1.0.0
|
||||||
|
|
||||||
### Conveniences
|
### Conveniences
|
||||||
|
|
||||||
$ git ignore "*.log"
|
$ git ignore "*.log"
|
||||||
|
|
||||||
### Locking
|
### Locking
|
||||||
|
|
||||||
Assumes that changes will not be committed.
|
Assumes that changes will not be committed.
|
||||||
|
|
||||||
$ git lock config/database.yml
|
$ git lock config/database.yml
|
||||||
$ git unlock config/database.yml
|
$ git unlock config/database.yml
|
||||||
|
|
||||||
### Etc
|
### Etc
|
||||||
|
|
||||||
$ git obliterate secret.yml # remove all references to it
|
$ git obliterate secret.yml # remove all references to it
|
||||||
|
|
||||||
### References
|
### References
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue