Β© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Ammaar Aslam
FullStack Developer π©βπ» | Tech Enthusiast π | Foodie π | Blogger π
Hello everyone, welcome back to another article under the Fundamentals Of Git series. Using a terminal/command line to work with Git might be a bit intimidating to most beginner developers since they either do not know or keep forgetting what "comman...
Subham Sahu
Time.
Nice article. I would recommend every beginner to know the following command too:
git reflog
It's the best way to restore a wrong RESET, branch deletion, etc. It came in handy multiple times throughout my dev journey.
RESET
branch deletion
Ref: git-scm.com/docs/git-reflog
Thank you Subham Sahu for sharing!
Saikat Roy
Web Developer
Well documented. At a glance git commands for regular often used. bravo
Thank you Saikat π
Luis Jeranji
Learning Web Dev!!
Very helpful article Ammaar Aslam. Now I can use your article as a reference every time I forget certain commands and what they do, bookmarked!
That's great! Glad you find it useful. π€©
Subham Sahu
Time.
Nice article. I would recommend every beginner to know the following command too:
It's the best way to restore a wrong
RESET,branch deletion, etc. It came in handy multiple times throughout my dev journey.Ref: git-scm.com/docs/git-reflog