Jump to content

Need help with git

I am working on a project with 4 people, but we're not sure how to set up a git repo. We are using XAMPP for the server and phpmyadmin for the database.

How would we set up a repository with that? When i update the database, i dont want to export and import the database everytime, i want the database to be synced at all times, without doing that.

Link to comment
Share on other sites

Link to post
Share on other sites

Im not sure if I read your question right. Is it your database SQL code that you want in git?

Link to comment
Share on other sites

Link to post
Share on other sites

4 minutes ago, Hugh54321 said:

Im not sure if I read your question right. Is it your database SQL code that you want in git?

i want everything from htdocs (index,login,registration etc.) to be in git and also a database with all entries inside of it (all tables inside that database and all entries inside those tables)

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×