ombu / butter

OMBU's Fabric deployment scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add command to see list of changes available to push

duellj opened this issue · comments

Something like: fab production testrun:origin/master, which would just return a list of all commits that would be pushed.

Could simply use: git log [current commit]..[commit to test]