FMeinicke's Wiki
Search
Search
Dark mode
Light mode
Explorer
Home
❯
Git
Folder: Git
32 items under this folder.
Jun 04, 2025
Set branch to certain/current commit without checking out that branch
git/branch/force
May 26, 2025
`HEAD`
git/head
May 26, 2025
`fetch` results in error `fatal fetch-pack invalid index-pack output`
git/init
git/fetch
May 26, 2025
Use pre-commit hooks from Windows host in a devcontainer
ls/-al
bash/for
ls/-1
cat/-v
line-endings
line-endings/crlf
line-endings/lf
tr/-d
May 26, 2025
Use a different shell for `git submodule foreach`
git/submodule/foreach
linux/sh
linux/bash
bash
May 26, 2025
undo last rebase
git/reflog
git/reset/hard
git/rebase
May 26, 2025
undo last commit
git/reset/soft
git/restore/staged
May 26, 2025
Temporarily switch editor
git/GIT_EDITOR
git/editor
May 26, 2025
reset single file
git/checkout
May 26, 2025
remove file from commit while rebasing
git/reset
git/rebase
May 26, 2025
Recover a dropped stash or commit
git/stash/apply
git/gitk
git/fsck
awk
pwsh/select-string
pwsh/foreach
May 26, 2025
rebase on the 0-th commit
git/rebase/root
May 26, 2025
Quick Reference
git
May 26, 2025
Push stashes to remote
git/stash
git/push
git/refs
git/fetch
git/rstash
May 26, 2025
Organizing multiple git identities
git-identities
May 26, 2025
new empty branch
git/switch/orphan
git/branch/orphan
May 26, 2025
Mark a file as unchanged
git/update-index
May 26, 2025
make file executable
git/update-index/add
git/update-index/chmod
May 26, 2025
Location of custom scripts on Windows
git/script
git/bin
git/for-windows
windows
May 26, 2025
List all commits from a certain commit to the `HEAD`
git/log/format
git/log/reverse
May 26, 2025
Keep committer date when rebasing
git/rebase
May 26, 2025
Ignore everything except subdirectory
git/gitignore
May 26, 2025
Fix `git gc` error `fatal bad tree object`
git/fetch/--refetch
git/gc/--aggressive
May 26, 2025
Fetch large commit history without every blob
git/--filter
git/blob
May 26, 2025
Disable SSL verification
git
ssl
no-verify
May 26, 2025
Delete a tag on a remote
git/tag
May 26, 2025
common global settings
git-config
May 26, 2025
CLI Graph
git/log/graph
git-graph
cli
May 26, 2025
Checkout a different branch in a shallow-y cloned repo
git/clone/depth
git/fetch/depth
git/reset/hard
May 26, 2025
change commit date
git/commit/amend
git/commit/date
May 26, 2025
change commit author
git/commit
May 26, 2025
Break commit into multiple commits
git/commit
git/reset
git/rebase/interactive
git/rebase/edit