Thursday, August 23, 2018

Git: Copy a File from another Branch

Following command can be used for copyig a file from another branch.
git checkout <branch_name> path/to/new/file







No comments:

Post a Comment