備忘録

CocoaPods のつかいかた

CocoaPods.org - The Dependency Manager for Objective C. % gem install cocoapods --no-rdoc --no-ri # % rbenv rehash % pod --version 0.32.1 プロジェクトのディレクトリのルートに利用するライブラリを記述した Podfile を配置する。(ex. ~/Documents…

リモートブランチが削除できない><

リモートブランチを削除しようとしたら、以下のように怒られた。 $ git push origin :makimoto *** Deleting a branch is not allowed in this repositoryCannot delete remote branch in git - Stack Overflow によると、これは、中央リポジトリの設定によ…