Releases: nvie/git-toolbelt
Releases · nvie/git-toolbelt
v1.7.0
v1.6.0
-
New command:
git-wip
. This will create quick save point
commits for Work In Progress (WIP). This creates quick commits
without writing a commit message. -
git-initial-commit
will now report the more user-friendly error "No commits
yet" for an empty repo (#46, thanks @Shea690901 and @ernstki!) -
git active-branches
now supports a-s <date>
option (for--since
),
where you can specify the threshold for what is considered "active" (#36,
thanks @ernstki!)
v1.5.1
v1.5.0
v1.4.2
v1.4.1
v1.4.0
v1.3.0
New commands:
git spinoff <new-branch> [<base>]
(inspired by Magit's spinoff command), will create a new branch from the current branch and will reset the current branch back to its upstream. Most useful when you have already committed work on master, but really wanted that to be a new local branch instead.git remote-tracking-branch [<branch>]
will print the name of the remote tracking branch of the current or given branch (if any)
v1.2.4
- Added new utility
git-cleanup-squashed
which can detect and clean up branches that have been squashed-merged intomaster
(thank you, @jonathanchu)!