Revision history of "ZhoubaWiki:GitCheatSheet"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 16:43, 22 May 2021Garak talk contribs 354 bytes +354 Created page with "== Rebase for dummies == <syntaxhighlight> git rebase -i HEAD~9 </syntaxhighlight> * <code>HEAD~9</code> means how many commits before HEAD to process Then go on based on h..."