feat: let's custom message for copy_to_clipboard by git-avc [frappe] PR#34839
From: https://github.com/frappe/frappe/pull/34839
Date: 2025-11-22 22:40:43+01:00
- feat: let's custom message for copy_to_clipboard
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-34839
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-34839
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease