33df53a989ddae932e109b6db93f015c994cbd1b
git-fresh 🍋
Keep your repo fresh with one command.
Usage
Usage: git fresh [-fmrtRW] [-sl] [remote] [root]
By default, git-fresh will:
- rebase against remote current branch
- stash changes
- prune remote branches
-f: Delete stale local and remote branches
-m: Merge remote root into current branch
-r: Rebase current branch against remote root
-t: Remove local tags that do not exist on remote
-R: Reset local root to remote root
-W: Wipe workspace clean
-s: Apply stashed changes after run
-l: Only delete local stale branches
remote: remote name, origin by default
root: root branch, master by default
Installation
Manual
- Clone or download
cd git-freshsudo ./install
Package
License
git-fresh is provided under the MIT License.
Credits
git-fresh is a project by Ivan Malopinsky.
Description
Languages
Shell
87.1%
Roff
12.9%