Cabang dari Cabang Lain
// Go first to the branch where you want to make a copy of
git checkout -b subbranch branch
Vin the fish
// Go first to the branch where you want to make a copy of
git checkout -b subbranch branch
$ git checkout -b myFeature dev
$ git checkout -b myfeature dev