Using git with Code::Blocks

Anyone do this? Been wanting to use an IDE, but not sure how best to use it with git.

Let's say I have some base directory that's been git-initialized. This directory has the standard src, bin, res, etc. subdirectories. How would I go about making C::B create a project out of this directory, so I can see all these files and compile?

For some reason I'm having a hell of a time formulating this question, so I apologize if it makes no sense.

EDIT:
Using Linux
Last edited on
Project->Add files recursively... (select the directory)
¿Am I missing something?

I suppose that you can add the *.cbp file to the version system
Wow it really is that simple. I don't know why I was thinking it would be more than that :P
NetBeans has Git support, but I don't know about its support on Linux. (If this seems off-topic, read the second sentence of the first post).
Last edited on
closed account (Dy7SLyTq)
but I don't know about its support on Linux.

do you mean git and linux? i would assume a lot since the people that made git also made the linux kernel en.wikipedia.org/wiki/Git_(software)
Last edited on
I'm talking about NetBeans, I consider it obvious that git works better on Linux than Windows.
closed account (Dy7SLyTq)
ok i was just making sure. rereading that seems cleare. my bad
Topic archived. No new replies allowed.