I have master with a branch FooDev in git repository. Master-----FooDev
Can I create a Branch(es) off of FooDev, so: master----FooDev--|-----Sprint1Sue |------- Sprint1Joe
If so how do I so this? Can I see this somehow in my local repo? It does not see I can branch from a branch and git push needs remote branch, but i don't know how/if I can specify a branch as a specific origin.
M