Created
November 3, 2013 13:48
-
-
Save pbrewczynski/7290435 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pawel@debian:~/gitDirectory/grit/grit$ git status | |
# On branch master | |
nothing to commit, working directory clean | |
pawel@debian:~/gitDirectory/grit/grit$ echo "# test" >> benchmarks.rb | |
pawel@debian:~/gitDirectory/grit/grit$ git diff | |
diff --git a/benchmarks.rb b/benchmarks.rb | |
index e445e28..40db713 100644 | |
--- a/benchmarks.rb | |
+++ b/benchmarks.rb | |
@@ -127,3 +127,4 @@ end | |
main() | |
##pp Grit::GitRuby.cache_client.stats | |
+# test | |
pawel@debian:~/gitDirectory/grit/grit$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment