I want to merge git two branches into single branch. I’m working on branch A, made changes in committed branch A, another developer committed his changes in branch B. Now both of us having dependency with each other to continue our ...
Home/git
Discy Latest Questions
Ganesh
Asked: In: Programming
I wan to create patch for my local changes. I have few new files in local those changes not added to my patch using git diff command. git diff > git-changes.patch What I’m doing wrong here, any flag I’m missing ?
I mistakenly committed my codes in wrong branch, those changes still in my local repository, not pushed to remote repository. I wan to revert all my unpushed changes, but I want all my local changes to be retained in local. May ...