Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check out submodule branch. #69

Closed
npes-95 opened this issue Nov 14, 2019 · 1 comment
Closed

Check out submodule branch. #69

npes-95 opened this issue Nov 14, 2019 · 1 comment

Comments

@npes-95
Copy link

npes-95 commented Nov 14, 2019

Hi,

I would like to checkout a specific branch in a submodule (specified in .gitmodules) when I run this action - so far I have been unsuccessful. On my local machine I would run git submodule update --remote to retrieve this branch, is an equivalent operation possible?

Nick

@Warchant
Copy link

Assume src/submodule is your path to submodule.

cd src/submodule
git checkout $MYBRANCH
cd ../..
# git add / commit / push

@npes-95 npes-95 closed this as completed Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants