Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm a little confused what all is encompassed by this.

My understanding is that it is used to help a team share a similar codebase and work together.

How is this different from version management software like git?

It seems like everything I look at has way too many features and is too big, and so I'm thinking project management software is not the term I should be searching for.

On a side note, I'm looking for a simple software for one user (me) to use with git to help me keep track of all the features I need to implement... essentially a checklist, or multi-tiered checklist. Is this also considered 'project management software'? Are there any recommendations (prefer command line).

share|improve this question
retitled to make it more specific and reflect details as per so rules. – Michael Durrant Nov 16 '12 at 3:32
Thank you... one of my problems is I didn't know which keywords I should be researching – Bryan Nov 16 '12 at 3:37

closed as not constructive by Mark, gnat, luke, bereal, akond Apr 11 at 16:31

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

up vote 1 down vote accepted

Project Management (and software for it) is about:

  • Managing:
    • Features
    • Bugs
    • Chores
    • Resources
    • Times
    • Costs
    • Projections
    • Assignments

It's about managing projects and all their pieces.
It's not about managing code and git is not really a suitable answer for the needs listed above.

To me Project Management Software usually means software such as:

  • Pivotal Tracker
  • Trello
  • Jira
  • Microsoft Project

I've used all of these in several different organizations and my (clear) winner is:

Pivotal Tracker

http://www.pivotaltracker.com/

It's worth the $7 a month (free for public projects) to me.

If you must have a free and have the time to waste on other products, see this question: What free and/or open source tools are available for project and process management?

share|improve this answer
Thank you for the reply. Would you say this is relevant to the single amateur coder (after work) who is trying to learn good habits? Seems like many of those features are way out of scope (resources, projections, costs, etc.) – Bryan Nov 16 '12 at 3:29
Yes, with Pivotal (which I use for personal, casual projects), it's basically just a feature or a bug or a chore, those are the three types. Whenever I think of a feature, I quickly dump into Pivotal and then I can forget about it and come back to it later. It's UI/UX is a big winner. – Michael Durrant Nov 16 '12 at 3:35
Unfortunately they (may) have eliminated their base, free plan, but it's still wicked cheap. – Michael Durrant Nov 16 '12 at 3:35
Ah yes, pivotaltracker.com/pricing, its $7 a month - but free for public projects... – Michael Durrant Nov 16 '12 at 3:36
It seems individual accounts (one user only) can apply for a free account with limitations... perfect for my needs – Bryan Nov 16 '12 at 3:39

I think you can use Trac for this, managing bugs and tickets etc. It also has an SVN. If you want more features and have more people to manage consider this project management software: WebActionHero.com

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.