I'd like to know how to import code from my computer to an existing Bitbucket repository. Thank you.
Hi @kestrel17 !
Bitbucket uses 'git' as the mechanism for sharing code. That means you will use git commands to pull the existing repository down to your local machine, and to add or edit additional files before "push"ing back to the shared repository on Bitbucket.
I hope the following intro to git on Bitbucket is useful, that outlines the commands to "pull", "add", "commit" and "push" code changes.
https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud
What I never understood about git was, why can't one create a remote from the command line?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.