sboulema / TGit

Control TortoiseGit from within Visual Studio
MIT License
31 stars 9 forks source link

TGit shows me only GitHubFlow. #17

Closed GreenKn1ght closed 8 years ago

GreenKn1ght commented 8 years ago

3.5 version. GitFlow initiated from SourceTree, and i can start feature, finish feature etc. SourceTree (yeah, russian words, but you can belive me, it says GitFlow is OK): default

But TGit showed me: default

That "not realy famous" app show me it: default

sboulema commented 8 years ago

TGit looks at Tools -> Options -> TGit -> Flow master and development branch option. If the master and development branch exist remotely it will show GitFlow, if there is a master branch and no development branch it will show GitHubFlow.

Will fix and look at the gitflow settings of the repo.

Is this a SSH or HTTP repo?

sboulema commented 8 years ago

Could you please try this version: TGit_3.5.1.zip

It uses the git config to determine which flow is used and it has a GitFlow Init option to set the configs

GreenKn1ght commented 8 years ago

Got it, my develop branch named "devel", I must rename it or just change name in TGit config. SSH repo.

About 3.5.1: After instal it showed GitHubFlow and GitFlow. GitFlow -> Init created (ignoring some warning (below)) new branch "develop" from master and yes, now i can use GitFlow. But i suppose TGit should just use git config, not create new branch.

warning: unable to rmdir *here submodule path .git*: Directory not empty

GreenKn1ght commented 8 years ago

After Init i tried change TGit config -> Flow -> develop branch name, and changes are not applied. Then i restart VS and after loading TGit extenstion was disabled O_o. And i think now i have TGit 3.5, because in config develop branch name is "develop" and TGit show me only GitHubFlow (like before 3.5.1).

sboulema commented 8 years ago

Could you please try this version: TGit_3.5.2.zip

This version does away with the TGit flow options and only uses the git config.

GreenKn1ght commented 8 years ago

For repo with Git flow detected succefully.