blob: 5c1c1542a56f5e0a4f91d210b0016d6e16b0ab63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.
|