Skip to content

Commit 9aa8c11

Browse files
committed
Update README.asciidoc
1 parent 986347d commit 9aa8c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git/README.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ gitUtils.stashCreate(gitHandle);
159159
// Reset to the previous commit
160160
gitUtils.resetHard(gitHandle, "f414f31");
161161
----
162-
+
162+
163163

164164
== UI commands
165165

@@ -178,4 +178,4 @@ Working with .gitignore::
178178
ignored by GIT. The +git-create+ command will create the .gitignore file in the root of the
179179
current project and will add there all the patterns from a list of templates, provided by the
180180
user. There are commands for adding, deleting and listing the patterns in the .gitignore file.
181-
181+

0 commit comments

Comments
 (0)