Need some help regarding Bitbucket

I need some help pushing my code to a remote server. I am using Bitbucket. I created a branch in Bitbucket, but I don’t see that branch in my terminal until I clone my repository. Is there any other way to make it work? I need to push a folder to Bitbucket, so can anyone suggest the simplest method of doing it?

Or, if possible, please share relevant resources. I searched a lot on youtube, but my problem is still unsolved. Any help would be appreciated. Thanks.

You need to have a local version of the repository in order to add (or remove) things in the repository. That’s the essence of how Git works. Why are you reluctant to clone a local version of your repository?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.