I am working on 2 remote branches one is commercial
and other one is sequential
now in my app
cd myapp
myapp>git remote -v
comercial https://git.heroku.com/comm.git
sequential https://git.heroku.com/seq.git
Now I want to pull the commits from 1st jan to 28th jan from sequential branch how can I do it
like
git pull sequential fromdate todate
is it possible?
If it is not possible then only cherrypick is the option or any other option or advice is really appreciable