summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Suratna <dennis.suratna@gmail.com>2017-04-26 09:29:24 -0700
committerDennis Suratna <dennis.suratna@gmail.com>2017-04-26 09:29:24 -0700
commitc7d9fe04151bae9e9f0b3e2928d70f843b648682 (patch)
tree237d37e4fc84cfecf334a12cef658a11b537488c
parenta270b29445e31b6b0dff7201686950c28731a0ab (diff)
downloadbundler-c7d9fe04151bae9e9f0b3e2928d70f843b648682.tar.gz
[Documentation] Pristine documentation
-rw-r--r--man/bundle-pristine.ronn13
1 files changed, 13 insertions, 0 deletions
diff --git a/man/bundle-pristine.ronn b/man/bundle-pristine.ronn
new file mode 100644
index 0000000000..5c1c1542a5
--- /dev/null
+++ b/man/bundle-pristine.ronn
@@ -0,0 +1,13 @@
+bundle-pristine(1) -- Restores installed gems to its pristine condition
+===========================================================================
+
+## SYNOPSIS
+
+`bundle pristine`
+
+## DESCRIPTION
+
+Restores installed gems to its pristine condition.
+This command does not revert any changes made to bundler.
+Local cache will be used to restore gems installed from Rubygems.
+Git forced checkout will be used to restore gems installed from Git repository. \ No newline at end of file