winton-externals 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +10 -1
- data/externals.gemspec +1 -1
- data/lib/externals/repository.rb +1 -1
- metadata +1 -1
data/README.markdown
CHANGED
@@ -33,4 +33,13 @@ externals unfreeze
|
|
33
33
|
|
34
34
|
The usual flow is to unfreeze, commit to the external, freeze, and commit to the parent project.
|
35
35
|
|
36
|
-
Your .git directories will be zipped and stored in /tmp when frozen, and moved back to the external when unfrozen.
|
36
|
+
Your .git directories will be zipped and stored in /tmp when frozen, and moved back to the external when unfrozen.
|
37
|
+
|
38
|
+
Are my externals frozen?
|
39
|
+
------------------------
|
40
|
+
|
41
|
+
When you want to know the status of your externals:
|
42
|
+
|
43
|
+
<pre>
|
44
|
+
externals status
|
45
|
+
</pre>
|
data/externals.gemspec
CHANGED
data/lib/externals/repository.rb
CHANGED