Forrest logo
back to context overview

git-undo

List of commands for git-undo:

  • git-undo:tldr:e9161 git-undo: Remove a specific number of the most recent commits.
    $ git undo ${3}
    try on your machine
    explain this command
  • git-undo:tldr:f3fd6 git-undo: Remove the most recent commit.
    $ git undo
    try on your machine
    explain this command
back to context overview