Skip to content

Commit

Permalink
Roadmap toegevoegd, gebaseerd op #1 (credit: @MartenBE)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertvv committed Oct 1, 2024
1 parent 08a429a commit 16c3744
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions roadmap.md
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/>

0 comments on commit 16c3744

Please sign in to comment.