Add Bucket
Git init
Inside the local project folder, run the following command to start git:
git initAdd remote bucket
Then run the following command to add a bucket:
git remote add <name> <bucket url>Change Branch
To change to a new branch run the following command:
git checkout -b <branch name>To change to a existing branch run the following command:
git checkout <branch name>Last updated
Was this helpful?