Michael
Michael

Reputation: 42100

Integration between issue tracker and version control

I guess the proper integration should allow easily associate commits with tracked issues. For example, one can do it by prompting a committer changes with issues assigned to him. Is it the only example of such integration?

Upvotes: 0

Views: 164

Answers (1)

pablo
pablo

Reputation: 6402

If you use a branch capable system (I mean Git, Hg and so on) you can do "branch per task" which is pretty powerful and then associate the branch to the task/issue directly.

Upvotes: 1

Related Questions