Re: git log master..hotfix/SFCC.1.11.0 --oneline | tail -1

2019-09-05 Thread Mark Waite
that either there is no branch named "master" in >> that workspace or no branch named "hotfix/SFCC.1.11.0". >> >> On Thu, Sep 5, 2019 at 1:31 AM SandeepM >> wrote: >> >>> git log master..hotfix/SFCC.1.11.0 --oneline | tail

Re: git log master..hotfix/SFCC.1.11.0 --oneline | tail -1

2019-09-05 Thread Sandeep muthyapu
d branch, you need to enable the ' > > You can check that case in the workspace with the command: > > $ git branch > > It will probably show that either there is no branch named "master" in > that workspace or no branch named "hotfix/SFCC.1.11.0". > > On Th

Re: git log master..hotfix/SFCC.1.11.0 --oneline | tail -1

2019-09-05 Thread Mark Waite
h named "hotfix/SFCC.1.11.0". On Thu, Sep 5, 2019 at 1:31 AM SandeepM wrote: > git log master..hotfix/SFCC.1.11.0 --oneline | tail -1 > > ERROR: > fatal: ambiguous argument 'master..hotfix/SFCC.1.11.0': unknown revision > or path not in the working tree. > Use '--' to

git log master..hotfix/SFCC.1.11.0 --oneline | tail -1

2019-09-05 Thread SandeepM
git log master..hotfix/SFCC.1.11.0 --oneline | tail -1 ERROR: fatal: ambiguous argument 'master..hotfix/SFCC.1.11.0': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' When I executed above command through CLI