github - I have run into a Git Snafu -
i forked wrong repository , made changes want keep on local machine. (i've staged, committed , pushed on branch well).
well deleted remote repo , forked correct one.
i need know how can push changed on local machine new forked repo.
open new tracking branch remote branch on forked repo wanted work on.
use
git cherry-pick
, cherry-pick each 1 of commits, individually, branch made on, correct branch.
Comments
Post a Comment