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.

  1. open new tracking branch remote branch on forked repo wanted work on.

  2. use git cherry-pick, cherry-pick each 1 of commits, individually, branch made on, correct branch.


Comments

Popular posts from this blog

javascript - Complete OpenIDConnect auth when requesting via Ajax -

c# - Replace text in MailItem Body -

java - Get more than One value and display it -