GitHubメモメモ のバックアップ(No.1)


SubAdminDetail

新規リポジトリの作成

  1. GitHubでポッチットなで作れる
  2. 以下のコマンドでクローンすればとりあえず完了
    # git clone https://github.com/kubotan/mod_ipmemo.git

Developブランチの作成

  1. 以下のコマンドで完了
    # git checkout -b develop
    # git push origin develop