I have a question about using Git for a Java EE app on an IBM-AIX.
Nobody on my team (me included) has ever used a version control system.
If I install GIT for my Java EE app,
- I want the webapps directory to be tracked by Git version control.
- Do I make the webapps directory (which houses all the code) the server repository?
- Do I need to create a server repository elsewhere then create a project in
that repository then check in/out files into that repository?
This seems to be what is implied by some online tutorials, so I am confused about this part too.
Can anyone explain the best way to set up a Git repository and how local vs remote will work.