git copy một file từ local branch này qua local branch khác
Switch qua branch bạn muốn copy sang: git checkout newbranch
Chọn file từ oldbranch để đưa qua: git checkout oldbranch -- 'file_name.txt'
Sau đó là add file: git add .
Và và sau đó commit: git commit -m 'copy file to new branch'
Sau đó là push to remote repository: git push origin newbranch
Không có nhận xét nào:
Đăng nhận xét