Use 4 spaces throughout file (#841)

This commit is contained in:
Michael Hienle 2018-11-07 23:53:52 +01:00 committed by chad d
parent abb99f3674
commit 75ba17605d
1 changed files with 6 additions and 6 deletions

View File

@ -42,23 +42,23 @@ Also `git-bug` and `git-refactor`.
### Tags
$ git release v1.0.0 # commit, tag, push-tags
$ git delete-tag v1.0.0
$ git release v1.0.0 # commit, tag, push-tags
$ git delete-tag v1.0.0
### Conveniences
$ git ignore "*.log"
$ git ignore "*.log"
### Locking
Assumes that changes will not be committed.
$ git lock config/database.yml
$ git unlock config/database.yml
$ git lock config/database.yml
$ git unlock config/database.yml
### Etc
$ git obliterate secret.yml # remove all references to it
$ git obliterate secret.yml # remove all references to it
### References