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

Explain todos #31

Merged
merged 2 commits into from
Jan 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 31 additions & 7 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# important basics left to explain

- status (basics are explained, but not in depth...)
- commit --amend
- reset
- restore
- nomenclature of HEAD/repository/^/~/@{u}/...
- cherry-pick
- merge
- (clone - hard to do sensibly)
- range-diff

## less important basics

- add -p
- tag (interactively)
- revert
- config
- alias (explains redeem-nuggit)
- submodule
- rm / mv
- worktree
- remote
- bisect
- merge-base
- ranges (HEAD...FETCH_HEAD)
- log -S
- grep

# "fancy" ideas for clues

- range-diff (merge-base)
Expand All @@ -8,10 +37,8 @@
# List of places to hide

- reverted commit
- remote (fetch)
- different branch
- orphan branch (no common ancestor)
- git log --all --decorate
- git log --all --decorate
- tag
- `git describe`
- all tags
Expand All @@ -27,12 +54,11 @@
- `blame` first column
- untracked files (`git clean --dry-run` or `git status --ignored`)
- files in .gitignore
- COMMIT_MESSAGE
- files in .git/info/exclude
- merge commit (`git merge --no-commit`)
- file encrypted with filter
- rerere for specific conflict
- apply a number of patches (and maybe calculate the nuggit, so that it isn't obvious from the patches themselves?)
- files in .git/info/exclude
- custom subcommand (requires setting up the $PATH)
- git reflog => detached commit
- random object in .git/objects (`git prune --dry-run` or hint of hash?)
Expand Down Expand Up @@ -73,9 +99,7 @@ See documentation in the git repository under Documentation/githooks.txt
- update
- proc-receive
- post-receive
- post-update
- reference-transaction
- push-to-checkout
- post-rewrite
- sendemail-validate
- fsmonitor-watchman
Expand Down