Skip to content

below43/git-uncommit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-uncommit

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages