summaryrefslogtreecommitdiff
path: root/man/bundle-pristine.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle-pristine.ronn')
-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`.