Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inadarei/faux-git-submodules
Because native git submodules are buggy and unreliable
https://github.com/inadarei/faux-git-submodules
cli devops git submodules tools utility
Last synced: 17 days ago
JSON representation
Because native git submodules are buggy and unreliable
- Host: GitHub
- URL: https://github.com/inadarei/faux-git-submodules
- Owner: inadarei
- License: mit
- Created: 2018-09-08T13:02:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T19:48:32.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T22:23:56.512Z (5 months ago)
- Topics: cli, devops, git, submodules, tools, utility
- Language: Go
- Size: 33.5 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# faux-git-submodules
Because native git submodules are buggy and unreliable
## Usage
checks-out or updates repos depicted in the current folder's fgs.json file.
The binary can be installed anywhere that is reachable from $PATH.If branch is missing in the fgs.json, "main" is assumed by default.
Makefile.sample contains code that can help execute mac, linux or windows
version of the binary, depending on the system.## Python vs. Native.
Implementation of Faux Git Submodules is written in Go and native builds
are provided for a variety of platforms. You can find them under [build](build)
folder. These are, probably, easiest to use. However it is impossible for
the authors of this utility to provide a native build for every possible
operating system/cpu architecture combinations. If you don't see the platform
you are using, you can build yourself, or you can use the python version, given
that you have python3 on your target platform.