Nobody knows git. We all just run the few basic commands, then again with the -f switch just in case. Then if that doesn’t work, reclone.
Programming
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
Uh…I know enough to get in trouble with it?
Regarding visual client: I've been using TortoiseGit since early on and no other client I've tried came close.
I use the log view and have an overview, and an entry point to all common operations I need. Other tools often fail on good overview, blaming through earlier revisions, filterable views of commits or files, or interactive rebase.
This was a really good talk! I’ve been using git for about a decade, but I learned several new things. Here’s a few:
- Sorting
git log
by committer date - Speeding up common operations on bigger repos with
git maintenance
- More useful file blame with the
-C
flag ongit blame