SmartBear / ready-git-plugin

The Git Integration plugin for ReadyAPI
8 stars 3 forks source link

RIA-5495 Inform user to fetch changes manually #22

Closed AlexanderNikitin-Smartbear closed 6 years ago

AlexanderNikitin-Smartbear commented 6 years ago

https://smartbear.atlassian.net/browse/RIA-5478

AlexanderNikitin-Smartbear commented 6 years ago

Explanation: The native command 'git fetch' always creates FETCH_HEAD file in .git. But JGit fetch creates the file only if there are new commits or branches in the remote repository. The file needs to get remote changes.