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

Change the shared problem matcher to a git subrepo #3

Open
peternewman opened this issue May 22, 2020 · 1 comment
Open

Change the shared problem matcher to a git subrepo #3

peternewman opened this issue May 22, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@peternewman
Copy link
Collaborator

The stuff that was added in #2 :

https://github.com/ingydotnet/git-subrepo/blob/master/Intro.pod

@peternewman
Copy link
Collaborator Author

Added via the following:
git subtree add --squash --prefix=codespell-problem-matcher https://github.com/codespell-project/codespell-problem-matcher.git master

Pulled:
git subtree pull --squash --prefix=codespell-problem-matcher https://github.com/codespell-project/codespell-problem-matcher.git master

If we ever need to push back:
git subtree push --prefix=--prefix=codespell-problem-matcher https://github.com/codespell-project/codespell-problem-matcher.git master

@peternewman peternewman added the enhancement New feature or request label May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant