Branching is great, Wappler's Git Manager causes headaches. I followed the how to's on a test project to get more familiar with Git manager, but even that presented some interesting results. Now I find myself in a situation I can't resolve on my main project: returning to the main branch. I'm receiving the following error when I try to select Main from Git manager's dropdown of branches:
There is no .DS_Store at this location and yes I have hidden files turned on in Mac's Finder. This is what my Git manager looks like, a big mess:
Ok, me and my lack of Mac knowledge. Good thing the underlying OS is linux based. I deleted the .DS_Store "file" from within migrations and was able to switch back to main within Git Manager. Thank you again George for your guidance and patience.