LoginSignup
12
12

More than 5 years have passed since last update.

GithubじゃなくてBitbucketを使う

Posted at

前提

一人で開発。

使う理由

公開したくない。金を払いたくない。

使い方

  1. アカウント登録
    • https://bitbucket.org/
  2. リポジトリ名登録
  3. 鍵登録
    • cd ~/.ssh
    • ssh-keygen
    • id_rsa.pub をデプロイ鍵に登録
  4. リポジトリ登録後に表示されるコマンドでリモートリポジトリ設定
    • git remote add origin https://[ユーザ名]@bitbucket.org/[ユーザ名]/[リポジトリ名].git
12
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
12