Description
Although Git is a very powerful tool, I think most people would agree when I say it can also be... a... Tagged with git, computerscience, tutorial.
Summary
- Useful Git Commands Although Git is a very powerful tool, I think most people would agree when I say it can also be... a total nightmare 😐 I've always found it very useful to visualize in my head what's happening when working with Git: If we committed changes on the current branch that the branch we want to merge doesn't have, git will perform a no-fast-forward merge.
- When trying to merge the branches, Git will show you where the conflict happens.
- 🎊 A big difference compared to merging, is that Git won't try to find out which files to keep and not keep.