Using Git for note-taking isn't about learning all of its advanced features. It's understanding that commits create a snapshot of your notes, freezing them in time and making your thought process and ...
If you git revert the last commit, you're doing version control wrong. Use git reset --hard instead. It's the choice that makes sense in most scenarios. The other nice thing that happens when you git ...
Do you use source control tools to manage your software development process? Source control was the very first item on Joel Spolsky's Joel Test for the quality of a development team back in 2000.
Git isn't hard to learn, and when you combine Git with GitLab, you've made it a whole lot easier to share code and manage a common Git commit history with the rest of your team. This tutorial shows ...