Sorry for newbie question but is there a way to import someone else commit (to his own repo) to my repo? it’s gonna be a hard thing to change 900+ files manually
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Make a patch file with
git format-patchand then apply it to your repo withgit apply patchfile