f81d846f310d3dbad1d8d8cd31b072bad540105c
Only pop the stash if the most recent stash commit matches the STASH name.
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
Languages
Makefile
100%