I have a working directory (master) and then i made a branch lets call it skrollr. I believe I was working in skrollr and making changes and commits. when i was in skrollr I dig git branch
and i saw the star by skrollr so now I knew that the branch existed and i was working in it. I committed all then did checkout master, got back to the master working directory than checked out the skroller branch by git checkout skrollr
it says that im in skrollr. but I don't see the commits I was working on before I switched to master. when i do git log
it shows the commits it shows the commits form master but not from skrollr. I want to go to the working directory of skrollr.
Edit when i do git branch -v
it shows the last commit from both branches are the last commit I made in master