-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Roadmap - mogelijke onderwerpen | ||
|
||
Hierbij al een aanzet voor de verdeling van onderwerpen | ||
|
||
## MT 1 | ||
|
||
No GUI, no online editor on GitHub | ||
|
||
- [ ] configuration | ||
- [ ] git clone | ||
- [ ] git fetch, git pull, git add, git commit, git push | ||
- [ ] Best practices commit messages | ||
- [ ] .gitignore | ||
- [ ] git status, git log | ||
- [ ] git checkout | ||
- [ ] merge conflicts | ||
- [ ] difference git vs. github | ||
- [ ] ELI5 | ||
- [ ] <https://medium.com/@jake.page91/the-guide-to-git-i-never-had-a89048d4703a> | ||
- [ ] :warning: **Don't post sensitive information on GitHub!** | ||
- [ ] <https://tweakers.net/nieuws/208018/github-roteert-ssh-sleutel-nadat-private-key-per-ongeluk-openbaar-verscheen.html> | ||
- [ ] :warning: **Don't use old git commands, make it easier for yourself with the new commands** | ||
- [ ] <https://martinheinz.dev/blog/109> | ||
|
||
## MT 2 | ||
|
||
- [ ] SSH keys | ||
- [ ] git diff | ||
- [ ] configuration best practices | ||
- [ ] don't use old commands | ||
- [ ] git remote | ||
- [ ] git branch, git switch, git merge, git rebase | ||
- [ ] feature branches, best practices | ||
- [ ] <https://jvns.ca/blog/2023/11/23/branches-intuition-reality/> | ||
- [x] merge vs. rebase (zie [docs/merge-rebase.md](./docs/merge-rebase.md)) | ||
- [ ] git reset | ||
|
||
## MT 3 | ||
|
||
- [ ] pull requests | ||
- [ ] squashing commit | ||
- [ ] git tags | ||
- [ ] git stash | ||
- [ ] git worktree | ||
- [ ] <https://www.youtube.com/watch?v=2uEqYw-N8uE> | ||
- [ ] sign your commits | ||
|
||
## Extra | ||
|
||
- [ ] Git configs lectoren | ||
- [ ] Martijn Saelens: <https://gitlab.com/MartenBE/dot-files/-/blob/main/.config/git/config?ref_type=heads> | ||
- [ ] Bert Van Vreckem: <https://github.com/bertvv/dotfiles/blob/main/git/.gitconfig> | ||
- [ ] <https://github.com/jorisroovers/gitlint> | ||
- [ ] <https://pre-commit.com/> | ||
- [ ] <https://editorconfig.org/> | ||
- [ ] <https://gitmoji.dev/> |