We have got a branch called master (Production) and another called development1 development2 development3 development4 ....
On development1 branch created a directory BUGFIX_7869 to and committed the changes. Later realized that this BUGFIX_7869 has to created on development4 branch.
How to move BUGFIX_7869 directory from development1 to development4 branch and remove the BUGFIX_7869 history from development1 branch.
New to GIT and read so many articles around but no able to achieve this.