-
Notifications
You must be signed in to change notification settings - Fork 7
Git tricks
Sebastian Urchs edited this page Nov 17, 2022
·
5 revisions
This is a place to keep solutions we find / learned when dealing with git problems (or the references that have the answers).
PRs by default are made against the default branch (main
/ master
). You can select a different one when you create the PR, or change it later. See here: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request
- https://dangitgit.com/ (list with solutions to common problems)
- Atlassian Git Tutorials (very well made tutorials, from beginner to advanced)
- Offical git docs (bit technical)