Skip to content

Newbe question about repositories #23191

Discussion options

You must be logged in to vote
3Pinter:

if I want the other directories to be ‘synced’ to github I should create 2 more repositories or move those folders into the other (already set up) folder?

That depends on if (or how) the code in those directories is connected. It’s generally good practice to keep code for one project in one repository.

Note that Git doesn’t sync anything. You need to explicitly commit and push the things you want to be on Github.

Replies: 1 comment

Comment options

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