Adds the branchName property to the extension, which is fecthed from the current git branch tracking branch name, and if it does not have one, from the current branch name itself. As for this we need to use GrGit in this plugin, now the repositoryName is fetched automatically by default, from local git repository origin remote.
If there is no local git avaliable, both branchName and repositoryName will default to empty providers.
Changes
branchName property to extension and tasks
repositoryName property default now is being fetched from local git origin remote.
Description
Adds the
branchName
property to the extension, which is fecthed from the current git branch tracking branch name, and if it does not have one, from the current branch name itself. As for this we need to use GrGit in this plugin, now therepositoryName
is fetched automatically by default, from local git repositoryorigin
remote.If there is no local git avaliable, both branchName and repositoryName will default to empty providers.
Changes
branchName
property to extension and tasksrepositoryName
property default now is being fetched from local gitorigin
remote.