Skip to content

Add/Commit menu (from VS Code) exporting file but not running git add on sc-list.txt? #90

Answered by isc-svelury
CraigRegester asked this question in Q&A
Discussion options

You must be logged in to vote

The sc-list.txt is used to keep track of the files that are in Git and on the server. When we import all files into the server or export all files out to the filesystem, we use the files in sc-list.txt to determine which files need to be imported/exported.

This ensures that we always keep the most up-to-date version of all the files that need to be synced between the filesystem and the server while not touching other files that live exclusively in either of them.

The file is updated when you add or remove files from source control. That is why this file was also modified when you added some files to source control.

In practice, having an out-of-sync sc-list.txt would mean that when you run

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by isc-tleavitt
Comment options

You must be logged in to vote
2 replies
@isc-svelury
Comment options

@isc-tleavitt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants