fix: show rows number copied to clipboard by git-avc [frappe] PR#34845
From: https://github.com/frappe/frappe/pull/34845
Date: 2025-11-23 11:57:11+01:00
- fix: show rows number copied to clipboard
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-34845
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-34845
# 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