Nuacht

Do you want to reverse a change in your code and think you need to git revert the last commit? For better version control, the best option is almost always git reset.
Don't overlook a file or two when you attempt to remove and discard local, uncommitted changes in Git. Learn how to locally revert and remove uncommitted changes to files in Git properly.
Learn how to resolve Merge Conflicts in Git using this guide. Merge Conflicts can occur if the same parts of code are changed in different branches.