getting error with the follwing commands please assist<span>touch</span> file.txt <span>git</span> remote add central https://username:<span>${bamboo_bitbucket_password}</span>@bitbucket.org/path/to/reponame.git <span>git</span> config --global user.email <span>"user@example.org"</span> <span>git</span> config --global user.name <span>"username"</span> <span>git</span> add file.txt <span>git</span> commit -m <span>'adding a file'</span> <span>git</span> push central master
It looks like you're new here. Sign in or register to get started.