[git-users] how to create alias to log @{push}..

2016-01-06 Thread NoName
how to create alias to log @{push}.. ? i want alias git out/git outgoing like in the mercurial git version 2.7.0.windows.1 git config --global alias.outgoing log @{push}.. error: invalid pattern: @{push}.. -- You received this message because you are subscribed to the Google Groups "Git

Re: [git-users] how to create alias to log @{push}..

2016-01-06 Thread Gergely Polonkai
Put it in apostrophes: git config --global alias.outgoing 'log @{push}..' Best, Gergely Gergely Polonkai [image: https://]about.me/gergely.polonkai 2016-01-06 9:28 GMT+01:00 NoName