We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
git mv
If you're moving segments of one file to another, you'll need to use the octopus merge strategy:
category: Coding Style