Peter Baumann
Peter Baumann
I would also be interested by this, and AFAIK the API for that is there, see https://docs.microsoft.com/en-us/rest/api/azure/devops/git/pull-requests/update?view=azure-devops-rest-6.0#gitpullrequestmergestrategy
Diese Storno Buchungen kommen häufig bei amerikanischen Aktien (z.B. bei REITs) vor, bei der ein Teil der Dividende als "Return on Capital" behandelt wird, dass nicht versteuert werden muss. Bei...
I agree this is confusing. I was bitten by this as well, there is a way to configure the paste behaviour when using the keybaord, but not when using the...
Out of curiosity, how do I clone the wiki? AFAIK collegues at dayjob had some improvements to the documentation, but as it wasn't possible to do it easily by opening...
@mikkelbu Thx, that worked like a charm!
Strange, not sure what is going on. Did you by any chance not check out the latest version in the git clone, e.g. seeing an older version which doesn't have...
I agree with what you are trying ot achive, to safely abort a running git-tfs process making sure it is in a sane state. What I am not so sure...
Was the clone command run in `git-bash` or in `cmd`? Can you post the traces, too? They are in `C:\Users\\AppData\Local\git-tfs\git-tfs_log.txt`
*Editied to fix the command* Could it be the same as in https://github.com/git-tfs/git-tfs/issues/1319#issuecomment-574698124 ? E.g. what if you try ``` git-tfs list-remote-branches https://devops.fubar.com/TFSSoftware --username=[domain]\[account] ``` instead, e.g. with the `/Analytics`...
That is more or less the same error, you didn't try to remove the '/Analytics' part in the URL. Try this: `git-tfs -d list-remote-branches https://devops.fubar.com/TFSSoftware --username=AnthonyAtApex` and then post the...