Skip to content

Commit

Permalink
Update README.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 4, 2014
1 parent 986347d commit 9aa8c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git/README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ gitUtils.stashCreate(gitHandle);
// Reset to the previous commit
gitUtils.resetHard(gitHandle, "f414f31");
----
+


== UI commands

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


0 comments on commit 9aa8c11

Please sign in to comment.