How to export local project to bitbucket?

Manasa December 4, 2018

Hi,

 

I have a .net project in my local system, I would like to export that into bit bucket. can someone please assist with the steps.Thank you in advance.

1 answer

0 votes
Prakhar Srivastav {Appfire}
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 4, 2018

@Manasa

You can create a repository on bitbucket first. On your repository landing page it will show you the instructions to push an existing repo to bitbucket.

Basically you want to do these actions :

1. Install and Set up Git if not already on your local system

2. Move to your repo folder and initialize git repository (git init) command

3. Add the files and commit in local (git add and git commit commands)

4. Set up your local to bitbucket remote (

git remote add origin)

5. Push to bitbucket (git push)

 

Regards

Prakhar

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events