summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-04-28 03:41:50 +0000
committerSamuel Giddins <segiddins@segiddins.me>2017-04-30 18:34:43 -0500
commit8621063842075168bd0559f981326082a6605181 (patch)
tree6718f4487f3d154739a1871ca94fdced4382ab28
parentf836bcab768df362a21e607d837651ae6ee65b27 (diff)
downloadbundler-8621063842075168bd0559f981326082a6605181.tar.gz
Auto merge of #5619 - denniss:ds-pristine-doc, r=colby-swandale
[Documentation] Pristine documentation (cherry picked from commit 28e67dc7e4b9e3a6c67524597f7cd64e12ddbf6d)
-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..266177dab3
--- /dev/null
+++ b/man/bundle-pristine.ronn
@@ -0,0 +1,13 @@
+bundle-pristine(1) -- Restores installed gems to their pristine condition
+===========================================================================
+
+## SYNOPSIS
+
+`bundle pristine`
+
+## DESCRIPTION
+
+`pristine` restores the installed gems in the bundle to their pristine condition using the local gem
+cache from RubyGems. For git gems - a forced checkout will be performed.
+
+Note the Bundler gem cannot be restored to its original state with `pristine`.