Disclaimer: Slightly opionionated
- ssh key
- git config --global user.name "Michael Mueller"
- git config --global user.email [email protected]
- git config pull.rebase false
- git init
- git clone
- git status
- git diff
- Staged?
- git add / git add -p
- git commit
-
Gute Commits [1]
- Separate subject from body with a blank line
- Limit the subject line to 50 characters
- Capitalize the subject line
- Do not end the subject line with a period
- Use the imperative mood in the subject line
- Wrap the body at 72 characters
- Use the body to explain what and why vs. how
- git pull
- git push
- git push --force-with-lease
- Forking
- PR
- git checkout -b mybranch
- git fetch origin master
- git rebase origin/master mybranch
- git merge mybranch master
- Was sind Branches
- Rebase Workflow im Fork
- Merge wenn langlebig
- Github Desktop
- tig
- git
- Learn Git Branching https://learngitbranching.js.org/
- Backspace Workshop https://github.com/b4ckspace/git-workshop
- Oh Shit, Git!?! https://ohshitgit.com/
- Notfall: https://github.com/louim/in-case-of-fire