git - github clone from pull request? -
i clone repo github. problem don't want main branch, want version in this unapproved pull request.
is possible me clone pull request version instead of main repo?
you can clone the branch want using -b alternative in git clone command. in case, branch want clone source branch of pull request(feature/mongoose-support)
git clone https://github.com/berstend/frappe.git -b feature/mongoose-support /my_clone
git github pull-request
No comments:
Post a Comment