Skip to content

markmcconachie/mm-git-extend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git extensions

Install with

gem install mm-git-extend 

git feature

git feature [new_feature]

Creates feature branches with a feat/ prefix.

If a feature branch already exists, it checks it out.

Takes an argument --prefix to determin the prefix.

Useful aliases

git config --global alias.feat 'feature'
git config --global alias.exp 'feature -p exp'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages