We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit fcdcb31Copy full SHA for fcdcb31
.gitignore
@@ -0,0 +1,18 @@
1
+*.gem
2
+*.rbc
3
+.bundle
4
+.config
5
+coverage
6
+InstalledFiles
7
+lib/bundler/man
8
+pkg
9
+rdoc
10
+spec/reports
11
+test/tmp
12
+test/version_tmp
13
+tmp
14
+
15
+# YARD artifacts
16
+.yardoc
17
+_yardoc
18
+doc/
README.md
@@ -0,0 +1,4 @@
+git-fun
+=======
+Fun with Git
0 commit comments