ducoterra 0f6eeb776e Add make-stash-drop command
Sometimes you can get stuck in a loop where git stash pop preserves the
stash commit. Dropping that commit if it's a STASH commit after an
update is totally fine.
2021-11-01 10:01:12 -04:00
2021-10-31 20:59:29 -04:00
2021-11-01 10:01:12 -04:00

Adding the "common" subtree as your .gitlab folder

# Add the subtree as a remote
git subtree add --prefix .gitlab git@gitlab.ducoterra.net:services/common.git main --squash

# Now you can run the following to update
make make-update
Description
Helm charts
Readme 70 MiB
Languages
Smarty 67.1%
Makefile 26.7%
Dockerfile 5.1%
Shell 1.1%