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

Commands for updating gms-artic version in README #173

Open
talnor opened this issue Feb 7, 2024 · 0 comments
Open

Commands for updating gms-artic version in README #173

talnor opened this issue Feb 7, 2024 · 0 comments
Labels
Effort S Effort small Enhancement New feature or request Gain S Gain small

Comments

@talnor
Copy link
Contributor

talnor commented Feb 7, 2024

What needs to be done:

Add commands for updating gms-artic version used by MUTANT.

Suggestions on how to get it done:

Create new MUTANT branch
git checkout -b
Change version of gms-artic
cd mutant/externals/gms-artic
git checkout <master/hastID> #will use latest or specific hash ID in mutant
Return to MUTANT repo
cd ../../..
Add changes
git add mutant/externals/gms-artic
git commit -m “update gms-artic version”
git push origin
Then test your PR as usual by following the information below

What are the arguments for getting it done:

Task is considered finished when:

@talnor talnor added Effort S Effort small Enhancement New feature or request Gain S Gain small labels Feb 7, 2024
@talnor talnor assigned talnor and unassigned talnor Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Effort S Effort small Enhancement New feature or request Gain S Gain small
Projects
None yet
Development

No branches or pull requests

1 participant