Git Visual Studio Tools for Git をインストールしてみた GitのWindowsクライアントは、多種存在します。 今回、Visual Studioのプラグインである Visual Studio Tools for Git をインストールしてみました。 代表的なGitクライアント ... 2015.01.22 Git
Git 巨大Subversionリポジトリを分割してGitに移行 git filter-branchの活用 バージョン管理システムの主流は、SubversionからGitに移っていると言えると思います。 今回、CentOS 6で動く巨大Subversionリポジトリを、分割してCentOS 7のGitに移行したので手順をまとめました。 ... 2015.01.19 Git
Git Gitでpushしたらremote error: By default, updating the current branch in a non-bare repository is denied Gitでpushしたら remote error: By default, updating the current branch in a non-bare repository is denied となったので、解決方法を調査し... 2015.01.14 Git
Git Gitでclone中 fatal: early EOF, The remote end hung up unexpectedly, index-pack failed Gitでclone中 fatal: early EOF, The remote end hung up unexpectedly, index-pack failed というエラーが発生したので原因を調査しました。 early ... 2015.01.14 Git
Git EclipseからGitHubを直接 importするとoverlaps the location of another project: 'XXXX' EclipseからGitHubを直接 importすると overlaps the location of another project: 'XXXX' っていうエラーになるので回避してみました。 GitHubって何? G... 2014.09.22 Git
Git GitをWindowsクライアント・CentOS 7サーバーにインストールしてみました このたび、GitをWindowsクライアント・CentOS 7サーバーにインストールしてみました。 インストール手順と簡単なリポジトリの操作方法をまとめました。 GitがSubversionに取って代わりつつある 現在、バー... 2014.09.20 Git