git - Can a github ReadMe.md be different in different master branches of same product? -


i develop in master branch. colleagues develop in personal master branches. merge organisation master branch (this simplifies appveyor, travisci , other services use, allows have parallel branches devoted documentation each developer). merge of readme.md pain. possible to:

  • not automerge readme.md file?
  • make parts of readme.md conditional (eg if readme in b/master , if in b/master that)?

there strategies working around (git merge --strategy ours, git update-index --assume-unchanged), they'll still retain maintenance burden. better option rethink requirements: why making local-specific changes global file?

configuration should consistent across developers, if you're using versioned development environments through vagrant. if have notes specific (e.g. todo list remind things), should go in separate, untracked file.


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -