Git

Git

Visual Studio Tools for Git をインストールしてみた

GitのWindowsクライアントは、多種存在します。 今回、Visual Studioのプラグインである Visual Studio Tools for Git をインストールしてみました。 代表的なGitクライアント ...
Git

巨大Subversionリポジトリを分割してGitに移行 git filter-branchの活用

バージョン管理システムの主流は、SubversionからGitに移っていると言えると思います。 今回、CentOS 6で動く巨大Subversionリポジトリを、分割してCentOS 7の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 となったので、解決方法を調査し...
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 ...
Git

EclipseからGitHubを直接 importするとoverlaps the location of another project: 'XXXX'

EclipseからGitHubを直接 importすると overlaps the location of another project: 'XXXX' っていうエラーになるので回避してみました。 GitHubって何? G...
Git

GitをWindowsクライアント・CentOS 7サーバーにインストールしてみました

このたび、GitをWindowsクライアント・CentOS 7サーバーにインストールしてみました。 インストール手順と簡単なリポジトリの操作方法をまとめました。 GitがSubversionに取って代わりつつある 現在、バー...
スポンサーリンク