From 75ba17605d721d67c3193d2de7c4022d460f76bf Mon Sep 17 00:00:00 2001 From: Michael Hienle <40914576+mhienle@users.noreply.github.com> Date: Wed, 7 Nov 2018 23:53:52 +0100 Subject: [PATCH] Use 4 spaces throughout file (#841) --- git-extras.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/git-extras.md b/git-extras.md index 0fac00ff9..209b79cc6 100644 --- a/git-extras.md +++ b/git-extras.md @@ -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