git - how to pick single lines from a pull request -


on github pull request translation file. i.e. pull request has hundrets of changed lines. https://github.com/privacyidea/privacyidea/pull/493/files

each line single translation. 1 commit. me 50% of translations good. cycle through each changed line , either fetch or drop it.

if pull pull request complete commit in local branch. recommended workflow merge parts of commit?

use interactive staging go through patches and select need , commit , merge selected changes.


Comments