Skip to content

a git utility cli that rebases all branches onto a a specified branch.

License

Notifications You must be signed in to change notification settings

ahodieb/git-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-helpers

Provides a collection of helper functionality that I used every day

Installation

# install cli
go install github.com/ahodieb/git-helpers

# setup git aliases for a quicker flow
git-helpers install-git-aliases

Helpers

checkout-main

Checkout the main branch. Many projects have migrated from master to main as the main branch name, so this switch to whatever is the main branch in the current repository

git-helpers checkout-main

# with git aliases setup
git main

rebase-all

Rebase all the other branches on top of the main branch. When I work on multiple feature branches locally I like to rebase all of them onto main frequently.

git-helpers rebase-all

# with git aliases setup
git rebase-all

About

a git utility cli that rebases all branches onto a a specified branch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages