About 204,000 results
Open links in new tab
  1. Should Git be used for documentation and project management?

    I'm starting up a Git repository for a group project. Does it make sense to store documents in the same Git repository as code - it seems like this conflicts with the nature of the git revision flow. …

  2. git - Project vs Repository in GitHub - Stack Overflow

    Nov 9, 2016 · Git Project : It is also one of the Resource in Git Repository and main use of it is to manage the projects with a visual board. If you create a project in Git Repository it create a …

  3. Managing many git repositories - Stack Overflow

    May 3, 2009 · Setting up a project is easy in git and so I can have separate repository even for small script. Now the problem is how to manage them. I work in multiple places with these …

  4. git - Project management to go with GitHub - Stack Overflow

    Nov 24, 2008 · For other project management facets BusyFlow integrates with Google Calendar, Trello, Basecamp, Pivotal Tracker etc. So you can see your GitHub items alongside with tasks, …

  5. project management - Managing documents using GIT - Stack …

    Jan 11, 2011 · You will not be able to do any diff, and metadata management is not suited for such things - author of commit is mostly bounded to particular account (and you will be using …

  6. Project management with Git integration - Stack Overflow

    Oct 2, 2010 · Basic project/task management Very good git integration (when I pull/push my repo I want the management files to go too) Vim integration (or at least use the editor I have set a la …

  7. How to use git as source control provider for SQL Server …

    Sep 25, 2010 · Can we use GIT as the source control for sql management studio?

  8. project management - Best git practice for files that are not …

    Best git practice for files that are not needed anymore but could be in the future [closed] Asked 4 years, 9 months ago Modified 4 years, 9 months ago Viewed 781 times

  9. How can I put a database under git (version control)?

    May 11, 2009 · The normal usage of git assumes that context is a filesystem, and those deltas are diff's in that file system, but really all git is, is a hierarchical database of deltas (hierarchical, …

  10. How to manage the version number in Git? - Stack Overflow

    Create file in project dir (or where you want) build_number and put the value 1 in this file Go to git dir and create file called "pre-commit" in .git/hooks/ (without .sample)