Basically a meet and greet ;)
My first AvocadoLabs live o/
calendar_today timer Reading time ~1 minute
Recent Articles
git
Undo anything in Git: reset vs revert, explained
Learn how to undo any commit in Git with reset, revert, and reflog — without losing your work.
englishGit reset or git revert: which one should you use?
Reset and revert both undo commits, but they are for different situations. Ask one question: did you already push?
englishClean up your Git stash list with git stash drop
Old stashes pile up and cause conflict headaches. Use git stash drop to keep your stash list clean.