Tag: version control
All the articles with the tag "version control".
How to recover a lost commit using reflog?
Published: at 12:56 PM (1 min read)Step-by-step guide on recovering accidentally lost commits using git reflog, with practical examples and multiple recovery options.
Git log vs reflog
Published: at 11:46 AM (2 min read)Understanding the differences between git log and git reflog commands, their use cases, and how they help in tracking commit history and recovering lost commits.
GitHub Basics - A Complete Guide to Version Control
Published: at 12:00 AM (3 min read)Comprehensive guide to GitHub fundamentals including branching, merging, rebasing, cherry-picking, and navigating commit history with practical examples.
A Beginner’s Guide to Git for Everyday Use
Published: at 10:00 AM (8 min read)Simplified guide to Git for beginners, covering essential concepts and commands you’ll use daily.