のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2016-03-15から1日間の記事一覧

redmineのリポジトリの識別子

redmineのリポジトリの識別子は、リポジトリを切り替えるとき、右横に、表示される。 メインリポジトリにチェックを入れると、識別子は空白でも構わない。 表示は、メインリポジトリという表示になる。例:”識別子”に”テストA”のような識別子をつけると、”テ…

It seems that there is already a rebase-merge directory

Git

$ git rebase -i e003c1f It seems that there is already a rebase-merge directory, and I wonder if you are in the middle of another rebase. If that is the case, please try git rebase (--continue | --abort | --skip) If that is not the case, p…

コメントを修正するためRebaseしようとしたところ、.git/index.lock': File exists.

コメントを修正するためRebaseしようとしたところ、 git -c diff.mnemonicprefix= false -c core.quotepath= false -c "sequence.editor='C:\Program Files (x86)\Atlassian\SourceTree\stree_gri'" -c "core.editor ='C:\Program Files (x86)\Atlassian\Sou…