I am creating a git branch B off branch A.
$git checkout A $git checkout -b B
I change some files in branch B, then
$git add &