Skip to content

Instantly share code, notes, and snippets.

@stevendgonzales
Created August 5, 2014 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevendgonzales/9931a88e8b7ca1f6a54e to your computer and use it in GitHub Desktop.
Save stevendgonzales/9931a88e8b7ca1f6a54e to your computer and use it in GitHub Desktop.
GitFS Remotes
For GitFS remotes:
gitfs_remotes:
- git://github.com/example/first.git
- https://github.com/example/second.git
- file:///root/third
If i apply the setting:
gitfs_root: foo/baz
does this apply to every remote?
I noticed with external pillars the documentation shows:
ext_pillar:
- git: <branch> <repo> [root=<gitroot>]
Is there a way to do this with gitfs_remotes?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment