Skip to content

fix: modified index sync [frappe]

Bot Dokos requested to merge ft-commit-3fea2726f33ba1 into develop

From: https://github.com/frappe/frappe/commit/3fea2726f33ba1af60e5b939fac83500a71c1f2e
Date: 2024-03-27 23:56:03+05:30
By: Ankush Menat

fix: modified index sync

This is a commit that is not part of any pull request.



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-commit-3fea2726f33ba1

# Alternatively, re-take the changes
git switch develop
ft take ft-commit-3fea2726f33ba1

# 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

Merge request reports