0x30217b1cff7c7a11cf1b36efdb4ab787e938619f88d975b1eef0bdabd1bf72da
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GETH_NAME=geth | |
GETH_IMAGE=ethereum/client-go:latest | |
PRYSM_NAME=prysm | |
PRYSM_IMAGE=gcr.io/prysmaticlabs/prysm/beacon-chain:stable | |
# volumes for containers | |
STORAGE_LOCATION=~/eth/data | |
GETH_STORAGE=$STORAGE_LOCATION/geth | |
PRYSM_STORAGE=$STORAGE_LOCATION/prysm |
How to break up a monorepo using git subtree:
- Set up some basic stuff:
- These should be independent, not nested
$ NEW_REPO_PATH=
$ OLD_REPO_PATH=
OlderNewer