I am new to git and want to push all the files in a branch in git for the first time.There are no changes sitting on that branch currently.
My commands are like below
git add
.git commit -m 'First time commit to staging'
git push origin Staging
And I got the below error --
error: src refspec Staging does not match any.
error: failed to push some refs to 'https://****@bitbucket.org/***/***.git'
Any help is highly appreciated.