パスワードを忘れた ?

ブログのトピック: Git

ピックアップブログ

Git, Gitサーバー、gitosisとsshにしてみたよ

runeleaf wrote 3 months ago: プライベートなgitサーバーを立てたいのだけど、git:// とかではなく、ssh:// でやりたいなーと思いまして。 なのでgit-daemonは使わず、gitosisを使ってみたいと思います。 つ … more →

git configファイルの設定1 comment

matsuda wrote 7 months ago: gitのconfig設定 $ git config --global user.name "my name" $ git config --global user.email myemailaddre … more →

タグ: Programming

Create a New Repository at Github

matsuda wrote 7 months ago: githubにリポジトリを作成する 「create a new one」をクリック リポジトリ情報を埋める リポジトリが作成されるので、自分の開発環境でセッティング。 表示された通りにやれば問題ない。 … more →

タグ: Programming

Git, git rm --cached

runeleaf wrote 10 months ago: git add . したファイルをやめる。 git rm --cached test.txt … more →

Git, ファイルを指定してgit commitしたい

runeleaf wrote 10 months ago: gitはファイル単位じゃないので無理っぽい。 一応できるっちゃできるけれど、 # git commit -F hoge.txt git logのコメントがファイルの内容とかだった。 うへー … more →

Git, ローカルに未コミットの変更があるけどgit svn dcommitしたい1 comment

runeleaf wrote 10 months ago: ふつうにdcommitしたら、 % git svn dcommit Cannot dcommit with a dirty index. Commit your changes first, or s … more →

rubygems, github

runeleaf wrote 12 months ago: Rails2.2がリリースされたみたいですね。 それは置いておいて、githubからgemを生成できるようです。 GitHub RubyGems $ sudo gem sources -a http: … more →

タグ: Ruby

流行?のgitとか

runeleaf wrote 1 year ago: 編集がすげー手抜き。 http://git.or.cz/ [centos5.1] cd /usr/local/src wget http://kernel.org/pub/software/scm/g … more →

タグ: Linux

TextMateにGit Textmate bundleをインストール

matsuda wrote 1 year ago: TextMateのGit Textmate bundleをインストール。 Git Textmate bundleをgitでインストール $ cd ~/Library/Application Suppo … more →

タグ: Mac, Programming, textmate

Mac OS Xにgitをインストール

matsuda wrote 1 year ago: Macに今話題のgitをインストールする。 MacPortsにgitがあるか検索 $ port search git cogito devel/cogito 0.18.2 Git core and c … more →

タグ: Mac, Programming


Have your say. Start a blog.

See our free features →

関連タグ
すべて »

RSS でこのタグを追跡