プライベートなgitサーバーを立てたいのだけど、git:// とかではなく、ssh:// でやりたいなーと思いまして。 なのでgit-daemonは使わず、gitosisを使ってみたいと思います。 つまり、公開鍵だけもらってユーザー毎にアクセス権限管理とかしたいわけです。 個人的用途なのにアクセス権限とか・・どういうことなの・・・ webのインターフェイスは今のところ考えていません。 … もっと →
RUNELEAF_LOGruneleaf wrote 3 months ago: プライベートなgitサーバーを立てたいのだけど、git:// とかではなく、ssh:// でやりたいなーと思いまして。 なのでgit-daemonは使わず、gitosisを使ってみたいと思います。 つ … more →
matsuda wrote 7 months ago: gitのconfig設定 $ git config --global user.name "my name" $ git config --global user.email myemailaddre … more →
matsuda wrote 7 months ago: githubにリポジトリを作成する 「create a new one」をクリック リポジトリ情報を埋める リポジトリが作成されるので、自分の開発環境でセッティング。 表示された通りにやれば問題ない。 … more →
runeleaf wrote 10 months ago: git add . したファイルをやめる。 git rm --cached test.txt … more →
runeleaf wrote 10 months ago: gitはファイル単位じゃないので無理っぽい。 一応できるっちゃできるけれど、 # git commit -F hoge.txt git logのコメントがファイルの内容とかだった。 うへー … more →
runeleaf wrote 10 months ago: ふつうにdcommitしたら、 % git svn dcommit Cannot dcommit with a dirty index. Commit your changes first, or s … more →
runeleaf wrote 12 months ago: Rails2.2がリリースされたみたいですね。 それは置いておいて、githubからgemを生成できるようです。 GitHub RubyGems $ sudo gem sources -a http: … more →
runeleaf wrote 1 year ago: 編集がすげー手抜き。 http://git.or.cz/ [centos5.1] cd /usr/local/src wget http://kernel.org/pub/software/scm/g … more →
matsuda wrote 1 year ago: TextMateのGit Textmate bundleをインストール。 Git Textmate bundleをgitでインストール $ cd ~/Library/Application Suppo … more →
matsuda wrote 1 year ago: Macに今話題のgitをインストールする。 MacPortsにgitがあるか検索 $ port search git cogito devel/cogito 0.18.2 Git core and c … more →