Git
Git
Basic Command Lines
Git add .
Git commit -m “comments”
Git push
Create and use the branch:
git checkout -B AAI-2895_Warehouse_Layer_Build-WC_PERSON_D_STATIC -f
Before creating a new branch, pull the changes from upstream. Your master needs to be up to date.
$ git pull
Create the branch on your local machine and...