git

git flowでfatal: Working tree contains unstaged changes. Aborting.が出た

git

これは、変更中のソースがあるよって事でした。checkoutするかcommitして解決

macでgitのコマンドを補完する方法

ubuntuの時は勝手にやってくれたんですけど、macはそうはいかなかったようです。 ここにメモ残しておこう! brew install bash-completion .bashrc(.bash_profile)に以下追加 if [ -f `brew --prefix`/etc/bash_completion ]; then . `brew --prefix`/etc/ba…

heroku push

herokuにpushしたらgit push heroku master Permission denied (publickey). fatal: The remote end hung up unexpectedlyこんなこと言われた。key登録してなかったwwheroku keys:add ~/.ssh/id_rsa.pub これでkey追加!

githubにあげる

git

ここのサイトがわかりやすかった! http://blog.katsuma.tv/2009/02/first_github.html 感謝です!!