#git bot interface
History of !merge_selective
- git does not support merging only certain files - it is all or nothing. To fake it, use 'git merge --no-commit', !unstage the files/dirs you don't want merged, then commit.
By eugenekay at 2012-10-09 07:51:15
- git does not support merging only certain files - it is all or nothing. You can use --no-commit and then 'git reset -- foo/ bar/' all files/dirs you do not want to merge to fake this behaviour.
By EugeneKay at 2012-10-09 07:48:07