Re: [git-users] Moving a change from one branch to another?

2016-07-25 Thread Konstantin Khomoutov
On Sun, 24 Jul 2016 23:26:20 -0700 Michael wrote: > How do I move a *change* (instead of a whole file) from one branch to > another? > > keybounceMBP:realisticfluids michael$ git diff stash^1 stash -- > RealisticFluids.java diff --git >

[git-users] Moving a change from one branch to another?

2016-07-25 Thread Michael
How do I move a *change* (instead of a whole file) from one branch to another? keybounceMBP:realisticfluids michael$ git diff stash^1 stash -- RealisticFluids.java diff --git a/src/main/java/com/mcfht/realisticfluids/RealisticFluids.java