I'm very nooby to using git branches with other users so I was hoping for some help regarding a project. My project has 3 branches(master, auth, and dev1). I am the user of the master branch and I recently cloned the auth branch to a local folder and edited it.
My question is...How do I (push?) my corrections to the auth branch and merge it with the master branch? Can I just (merge?) the edited auth branch with the master locally?
aka
Phil owns *master
Bob owns *auth
Phil clones *auth to local computer. Edits *auth and wants to then merge edited *auth with *master.