Found 16 bookmarks
Newest
Git Query language
Git Query language
"GQL is a query language with a syntax very similar to SQL with a tiny engine to perform queries on .git files instance of database files, the engine executes the query on the fly without the need to create database files or convert .git files into any other format, note that all Keywords in GQL are case-insensitive similar to SQL."
·amrdeveloper.github.io·
Git Query language
Deleting Git Branches with Magit
Deleting Git Branches with Magit
As this article says, I've always tended to drop down to the CLI to delete a branch, and ensure it's cleaned from the remote, etc. Somehow I'd never picked up on the fact that Magit just handles this. And of course, it does, Magit does so much!
·emacsredux.com·
Deleting Git Branches with Magit
Visual git History
Visual git History
Neat site that provides an animated view of the history of a file in git (well, mostly on GitHub and similar forges). Could be handy if ever needing to demonstrate how some code evolved.
·githistory.xyz·
Visual git History