unison - Git: validating data and/or recovering from sloppy file synchronization? -


i use git, , synchronize files, including git's metadata, among several machines using file synchronization utility (unison). mistakenly changed different files on 2 different machines, without synchronizing in between. i'm pretty sure have correctly reconciled files themselves, i'm not sure have correct git metadata reconciled set of files.

is there should check consistency? should git commit newly reconciled set of files?

as long have unison synchronizing all of git's metadata (by suppose mean stuff in project's .git directory), should fine git commit. update git's metadata using current version of conflicting file (the version want) , can sync these changes unison.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -