Skip to content

Is Git what I need for my project? #22571

Discussion options

You must be logged in to vote

Thanks for the detailed description of what you’re trying to do. While I can’t definitively say that Git is appropriate for your needs, I can at least answer your questions and point out what I think might be a further concern.

You are correct that Git operates at the level of a project, a “repository” in Git parlance. The repository is typically defined as a given directory and everything underneath it. There are exceptions to this though. One is that specific contents in the repository can be “ignored” by Git. In the case of a code project, the things that typically get ignored are files that are generated by tools from source files that are not ignored, also known as “tracked”. But you…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants