We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment git matsuri start does a simple checkout and pull, hence it doesn't track the upstream.
git matsuri start
The text was updated successfully, but these errors were encountered:
Looks like this is done automatically with git matsuri setup, and git checkout also automatically sets the correct upstream if the name matches.
git matsuri setup
git checkout
Sorry, something went wrong.
@Cryotechnic Could you run git status -sb inside your matsuri-japon project directory and paste the output here?
git status -sb
matsuri-japon
No branches or pull requests
At the moment
git matsuri start
does a simple checkout and pull, hence it doesn't track the upstream.The text was updated successfully, but these errors were encountered: