-
Notifications
You must be signed in to change notification settings - Fork 214
Maintain Line History
Turadg Aleahmad edited this page Jan 16, 2024
·
2 revisions
part of Coding Style
When moving code, try to maintain the git history of those lines.
If you're moving an entire file, git mv
will suffice.
If you're moving segments of one file to another, you'll need to use the octopus merge strategy:
category: Coding Style
This wiki is for developing agoric-sdk. For help using Agoric SDK, see https://docs.agoric.com/ and https://agoric-sdk.pages.dev/