Reputation: 20845
I am a front-end developer. I am completely clueless as to how to install/configure Bitbucket on server.
I totally appreciate it if anyone would offer me some guidance. For example, what tools and knowledge do I need to have to configure it successfully.
My plan is to develop locally on my computers, and then git pull the changes on server.
Thanks!
Upvotes: 0
Views: 8514
Reputation: 491
First, install git into your system Atlass Now, Go for git clone repo URL
Upvotes: 0
Reputation: 9888
git
on remote machine.global configuration for git
. https://www.git-scm.com/book/en/v2/Customizing-Git-Git-Configuration SSH
key of remote machine into your bitbucket account.git clone git@[email protected]:user_name/repo.git
Upvotes: 1