Skip to content

Instantly share code, notes, and snippets.

@67W
67W / Git.md
Created March 14, 2023 15:17 — forked from clns/Git.md
Git commands
Quickly open git source code
vim $(git --exec-path)/git-rebase--interactive
Automatically change "pick" to "reword" in a rebase
GIT_SEQUENCE_EDITOR="sed -i '' -e 's/^pick/reword/g'" git rebase -i --root