git-rebase.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [git-rebase]

www.codever.land/bookmarks/t/git-rebase

Git Tips #2 - Change editor for interactive Git rebase

https://www.kevinkuszyk.com/2016/03/08/git-tips-2-change-editor-for-interactive-git-rebase/

Open a command prompt and type the following command:

...


Squash commits into one with Git - Internal Pointers

https://www.internalpointers.com/post/squash-commits-into-one-git

A nice way to group some changes together, especially before sharing them with others - neat and simple explanation with examples

...