You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TIL using the -a flag will only add modified files, NOT new or deleted files. In the commit where this was experienced, new files were being added rather than modified which explains why they weren't part of the commit.
Describe the bug
I ran this command in my terminal:
(cd apps/website && xata pull main) && git commit -am ‘removed gitsha column’ && git push
Then when I came back to my terminal I noticed some migration files that were 'untracked' in git.
Does
xata pull
wait for the files to be written before returning?The text was updated successfully, but these errors were encountered: