How to push Katalon project to local git repository that is on tfs server

Would any one know how to push project to git repository that sits on tfs server as shown in below url.
http://myweb1:8080/tfs/AppDWeb\_NET/CermApp/\_git/QCU.FertificationApp-QA
I created a local project in Katalon and tried to push to above mentioned repository, but nothing happens. I do not see any error during the whole process???

Hello,
tfs is not git and git is not tfs. Look here:

1 Like

Andrej PodhajskĂ˝ said:

Hello,
tfs is not git and git is not tfs. Look here:
GitHub - git-tfs/git-tfs: A Git/TFS bridge, similar to git-svn

Thanks for looking into this, So the Katalon’s git integration would not work as defined under below URL???
https://www.katalon.com/resources-center/tutorials/git-integration-introduction/#git-remote-repository
Best–

it would, and it works like described on mentioned page.
But (now this is my opinion based on my limited knowledge) tfs is not supporting GIT directly TFS is centralized system while GIT is decentralized. (And more differences)
You can work locally on GIT to use all it’s power, but you will need to use some agent in middle to be able to push to TFS.
So again TFS is not an GIT repository and you can not push to it directly using GIT client.

for more reading: