Reputation: 165
This is my first time to encounter this on bitbucket
As you can see on my screenshot It includes the path (Documents/Project/SampleProjects) I am on my local project directory (Sample Projects)
Here's my procedure
git init
git add .
git remote add origin my-url.git
git push -u origin master
Upvotes: 0
Views: 112