Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which SCM and Issue tracker for personal work?

I am planning to bring some "peace" (you may call it organization) to the personal work (small projects, etc.) I do at home.

I would like to use a SCM and an issue tracker which can capture the commits and show them as changesets etc. automatically.

Note that all the above applications are supposed to be for personal usage so would prefer something from FOSS and also they need to be ultra lightweight in terms of the system requirements.

What do you recommend?

EDIT: Following are some of my doubts/concerns:

  1. Git with GitHub looks good. But I am not very comfortable with making my code base public on GitHub. What do you say?
  2. Does GitHub provide an issue tracker? I mean, can I open up an issue on GitHub provided issue tracker and commit against that issue?
  3. Can I have a local SCM (on my laptop) and use some remote issue tracker like FogBugz? But I just don't understand how could a remote issue tracker capture my commits. Any idea?

UPDATE:

I finally went with Mercurial and BitBucket. Working awesome so far!

like image 492
peakit Avatar asked Nov 28 '09 15:11

peakit


People also ask

Which of the following are the popular issue tracking tool for Devops?

Developed by Atlassian, Jira is a bug issue and tracking tool. This tool also helps with project management as well.

Is ClickUp a bug tracking tool?

That's why ClickUp is the perfect bug tracking software for developers who need to build performance and tracking dashboards. Create Dashboards within ClickUp to monitor team progress, discover bottlenecks, and manage resources to stay productive.

What is bug Reporting Tool?

A bug tracking tool can help record, report, assign and track the bugs in a software development project. There are many defect tracking tools available. You can put this in another way “Better is the bug tracking tool, better the quality of the product.”


1 Answers

I would recommend Git with GitHub

like image 94
Huppie Avatar answered Oct 01 '22 18:10

Huppie