In my project , i have local branch for working and branch on network drive i did "bind branch" between local one and network one My idea is to use the bind option for auto backup of each local commit.
After i commit files in the local branch , i receive a message in network branch " Working tree is out of date, please run 'bzr update'."
my question is :
- Log on network branch will show the updated tree . Does the files are updated ? or i must do "update" ?
- automirror plugin will help me for this scenario?
thanks