#git bot interface
History of !copy
- Git does not support copying (or moving) *files* between branches *with history*. It only merges entire branches. You can, however, copy over the *contents* of a file from another branch/commit using: git checkout <commit> -- <file>
By charon at 2013-02-21 16:17:21