Omg i can feel this xkcd
Comment on So You Think You Know Git? - FOSDEM 2024
Thorry84@feddit.nl 8 months ago
No, I do not.
PoisonedPrisonPanda@discuss.tchncs.de 8 months ago
slazer2au@lemmy.world 8 months ago
Git pull
Git push
Git stash
The only 3 I know.
eager_eagle@lemmy.world 8 months ago
that and
git log
+git status
to “debug git”
ono@lemmy.ca 8 months ago
I wish Mercurial had won.
u_tamtam@programming.dev 8 months ago
I’m with you. Hg-git still is to this day the best git UI I know…
PanoptiDon@lemmy.world 8 months ago
Same same
eager_eagle@lemmy.world 8 months ago
nonsense - never just delete the project and start fresh. You spend 20min trying to diagnose the problem by searching for the error messages and looking at the manual, then 1h-2h trying different solutions that only make the problem worse up to the point you actually think you lost your changes, then you realize your changes were stashed all along, then you apply them and notice you still have the same original problem. You try a few more commands that get you to a detached head. Then you try to solve a detached head, realizing after 30 min it’s an impossible task, and only then you delete everything and start fresh.
agent_flounder@lemmy.world 8 months ago
I see you have been spying on me for some time.