以下の内容はhttps://yohei-a.hatenablog.jp/entry/20160321/1458530883より取得しました。


Bitbucket のプライベートリポジトリを使ってみる

リポジトリを作成する

  • Bitbucket | The Git solution for professional teams にログインする(アカウントは何年も前に作っていたので)。
  • [Repositories]-[Create repositories] で以下を入力し、"Create repositories" を押す。
    • Repository name: 任意のリポジトリ
    • Access level: "This is a private repository" にチェック
    • Repository type: Git
    • Advanced settings
      • Forking: No forks
      • Project management:"Issue tracking", "Wiki" にチェック
      • Language: SQL
$ mkidr project1
$ cd project1
$ git init
$ git remote add origin git@bitbucket.org:yoheia/project1.git
$ echo "Yohei Azekatsu" >> contributors.txt
$ git add contributors.txt
$ git commit -m 'Initial commit with contributors'
$ git push -u origin master

Gitクライアント(SourceTree)をインストールする

Gitクライアント(SourceTree)でリポジトリをクローンする




以上の内容はhttps://yohei-a.hatenablog.jp/entry/20160321/1458530883より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14