Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 755 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 755 Bytes

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!!