#git
- How I configure my Git identities | benji,Switch to light mode,Switch to dark mode,articles,email,Public Key,Mastodon,GitHub,Back to top,Source code,about,Feeds
https://benji.dog/articles/git-config
This may be overkill, but it works on my machine
- Sqitch Update: The Plan
https://justatheory.com/2012/05/sqitch-plan
I gave my first presentation on Sqitch at PGCon last week. The slides are on Slideshare and the PGCon site. It came together at the last minute, naturally. I was not able to pay as close attention to PGCon sessions as I would have liked, as I was doing last minute hacking to get the deploy command working on PostgreSQL, and then writing the slides (which are based on the tutorial). I was pleased with the response, given that this is very much a project that is still under heavy development and available only as a very very early alpha. There was great discussion and feedback afterward, which I appreciate.
- The Future of SVN::Notify
https://justatheory.com/2009/04/svn-notify-future
This week, I imported pgTAP into GitHub. It took me a day or so to wrap my brain around how it’s all supposed to work, with generous help from Tekkub. But I’m starting to get the hang of it, and I like it. By the end of the day, I had sent push requests to Test::More and Blosxom Plugins. I’m well on my way to being hooked.
- Thinking about Changing Sqitch Change IDs
https://justatheory.com/2012/11/changing-sqitch-ids
- Checkout and Build Perl 5.10 from Git
https://justatheory.com/2009/07/build-perl-5.10-from-git
- Amateur Website | Alec's Blog
https://alecsargent.codeberg.page/posts/amateur-website
Making a website without knowing much at all.
- SQL Change Management Sans Duplication
https://justatheory.com/2012/01/sql-change-management-sans-redundancy
Here’s how I propose to eliminate the duplication of code between deploy and revert SQL change management scripts.
- Adding a Git SHA1 to your Xcode Project
https://justatheory.com/2010/11/git-build-number-in-xcode
- List All Subversion Committers
https://justatheory.com/2009/04/list-all-svn-committers
- Sqitch — VCS-powered SQL Change Management
https://justatheory.com/2012/04/sqitch-draft
Back in January, I wrote three posts outlining some ideas I had about a straight-forward, sane way of managing SQL change management. The idea revolved around specifying scripts to deploy and revert in a plan file, and generating that plan file from VCS history. I still feel pretty good about the ideas there, and work has agreed to let me write it and open-source it. Here is the first step making it happen. I call it “Sqitch.”
- Agile Database Development Tutorial
https://justatheory.com/2013/06/agile-db-dev
- Migrating Bricolage CVS and SVN to Git
https://justatheory.com/2009/04/bricolage-to-git
Now that I’ve successfully migrated the old Bricolage SourceForge CVS repository to Git, and also migrated Subversion to Git, it’s time to stitch the two repositories together into one with all history intact. I’m glad to say that figuring out how to do so took substantially less time than the first two steps, thanks in large part to the great help from “doener,” “Ilari,” and “Fissure” on the Freenode #git channel.
- Sqitch: Now with SQLite Support
https://justatheory.com/2013/04/sqitch-sqlite
- VCS-Enabled SQL Change Management
https://justatheory.com/2012/01/vcs-sql-change-management
Some thoughts on how to use VCS history to determine what changes need to be deployed or reverted without relying on a configuration file.
- Migrating Bricolage CVS to Git
https://justatheory.com/2009/04/bricolage-cvs-to-git
Following a discussion on the Bricolage developers mail list, I started down the path last week of migrating the Bricolage Subversion repository to Git. This turned out to be much more work than I expected, but to the benefit of the project, I think. Since I had a lot of questions about how to do certain things and how Git thinks about certain things, I wanted to record what I worked out here over the course of a few entries. Maybe it will help you manage your migration to Git.
- Migrating Bricolage Subversion to Git
https://justatheory.com/2009/04/bricolage-svn-to-git