James :ruby:'s latest activity

@tenderlove It feels like a bit of an abuse of the branch description, which is presumably why there's no command to view the description. However, it doesn't seem like *much* of an abuse and I can't see the harm in it!

0
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin

@tenderlove

# Add description to current branch
git branch --edit-description

# View description of current branch
git config --get "branch.$(git rev-parse --abbrev-ref HEAD).description"

git-scm.com/docs/git-branch#Do

1
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin

@searls

For Rails apps, I've been using Cuprite (cuprite.rubycdp.com/) which uses CDP to talk to Chrome like Playwright which I think is the main thing that makes it more stable. However, it only works with Chrome which isn't ideal.

I've previously used Playwright with a JavaScript web app and I was very impressed, so thanks for posting about this!

0
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin
Replies