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

contributing: Simplify branch instructions #928

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

wenzeslaus
Copy link
Member

  • First fetch, then switch to branch (branch is not available before the first fetch unless clone was from upstream).
  • Use switch for switch to branch including its creation, not less readable checkout.
  • git stash pop applies and removes, so just use that (no old stashes are accumulated).
  • Mention GitHub CLI in PRs which is where it would simplify this workflow.

- First fetch, then switch to branch (branch is not available before the first fetch unless clone was from upstream).
- Use switch for switch to branch including its creation, not less readable checkout.
- git stash pop applies and removes, so just use that (no old stashes are accumulated).
- Mention GitHub CLI in PRs which is where it would simplify this workflow.
@wenzeslaus wenzeslaus added the manual Documentation related issues label Jul 18, 2023
@wenzeslaus wenzeslaus merged commit 52e878b into OSGeo:grass8 Jul 18, 2023
6 checks passed
@wenzeslaus wenzeslaus deleted the polish-contributing branch July 18, 2023 19:02
cwhite911 pushed a commit to cwhite911/grass-addons that referenced this pull request Sep 19, 2023
- First fetch, then switch to branch (branch is not available before the first fetch unless clone was from upstream).
- Use switch for switch to branch including its creation, not less readable checkout.
- git stash pop applies and removes, so just use that (no old stashes are accumulated).
- Mention GitHub CLI in PRs which is where it would simplify this workflow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
manual Documentation related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant