So over the weekend we came across some Git related issues. I think this can be resolved by following a correct workflow. I would go through this guide and get every command down, etc
Also, from what I've learned, a git pull command will fetch AND merge the latest commit. By only using fetch, you don't actually merge the latest updates.
So over the weekend we came across some Git related issues. I think this can be resolved by following a correct workflow. I would go through this guide and get every command down, etc
http://rogerdudler.github.io/git-guide/
Also, from what I've learned, a git pull command will fetch AND merge the latest commit. By only using fetch, you don't actually merge the latest updates.