GitHub - below43/git-uncommit

· GitHub

1 min read Original article ↗

Latest commit

History

4 Commits

Folders and files

NameName

Last commit message

Last commit date

Repository files navigation

Undo the last git commit(s) while keeping changes staged.

Usage

Undo last commit:

git uncommit

Undo last 3 commits:

git uncommit 3

Equivalent to:

git reset --soft HEAD~N

Install

Homebrew

brew tap below43/git-tools
brew install git-uncommit

Why?

Because I can never remember:

git reset --soft HEAD~1

About

No description, website, or topics provided.

Resources

Readme

MIT license

Activity

Stars

3 stars

Watchers

0 watching

Forks

0 forks

Releases

Packages

Contributors

Languages