copying folders in git bash

C++
cp -r directory-name-1 directory-name-2
Source

Also in C++: