Working with couchdb and push to git repo in a angularjs project -


i'm working in project using couchdb, it's first time use couchdb. process have edit couchdb file, commit , push our git repo, , run curl command update row couchdb, can edit couchdb row in couchdb interface too.

is process correct? how can ensure files in couchdb in same version have in git, if user changed couchdb file through interface?

i looked tutorials how management, have indication?

when open couchdb interface make sure pointing files in git repository on system.

one way check is:
1. make changes using couchdb interface, dont commit or anything
2. open location houses git repo of couchdb files , run git status. should show files modified in interface changed. if not, interface pointing files stored @ other location


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -