Skip to content

Guslington/merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

merger

Automate merging from origin to upstream repos Currently is defaulted to develop branches on origin and upstream

Install Dependencies

Install setup requirements

brew install git
brew install hub
brew install ghi

###Setup Alias Clone repo and sym-link to ~/bin/merger.sh Open ~/.bashrc for bash or ~/.zshrc for zsh

alias merger="~/bin/merger.sh"

###Setup creds Setup credentials for hub and ghi

####hub run a command to prompt for authentication ####ghi

ghi config --auth <username>

How to use

merger 'comment'

Would you like to merge the file(s) above?
[Y]es | [N]o | [D]iff:

What would you like to do?
[M]erge | [R]etest | [F]ix | [C]lose | [O]pen in browser:

done :D have a lovely day!!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages