How to sync two Windows of two different Branches in GIT?

Viewed 28

Ive got 2 Branches one as an Class Library and one as an Exe. Now I want to make a change in the Exe Branch on the MainWindow for example and I want to sync this MainWindow from my Exe branch with my MainWindow from my Class Library(dll) branch.

So I just want to sync one Window of two branch.

0 Answers
Related