S 5e4401abd24a1ec9acd4159946f33876 gitに関するあれこれ


後で読む

見えないチカラ: 【翻訳】Gitをボトムアップから理解する

Gitを使った開発・運用フローの紹介 | FIRN.JP

Git+Redmineな人におすすめのフックスクリプト集 - みずぴー日記

多人数開発で Git を使う場合の環境構築 | GREE Engineers' Blog


config

git config --global color.ui true

shinout unix alias

# git関係
alias gist="git status"
alias gish="git show"
alias gib="git branch"
alias gic="git checkout"
alias gicm="git checkout master"
alias gita="git add -A"
alias gitm="git commit -m"
alias gitam="gita;gitm"
alias gitamend="gita;git commit --amend -m"
alias gitback="git reset --hard HEAD"
alias gig="git grep"
alias giff="git diff"
alias gil="git log"
alias gilo="git log --oneline"
alias gilog="git log --stat"
alias gishlog="git shortlog"
alias gick="git cherry-pick"
alias gils="git ls-files"




Ubuntuダウンロード&インストール

Gitはソースからインストールしよう 最後に私からのアドバイス。Gitは便利なサブコマンドの進化が早いので、yumなどのソフトウェアレポジトリからインストールするのではなく、ソースからコンパイルしてインストール(make install)することをおすすめします。Gitが参照するライブラリも特殊なものはそれほど多くはないので、比較的難易度は低めだと思いますよ。

http://www.akiyan.com/blog/archives/2009/0...


とあったので

ubuntu% cd /tmp
ubuntu% wget http://www.kernel.org/pub/software/scm/git...
ubuntu% tar zxvf git-1.6.0.tar.gz
ubuntu% cd git-1.6.0
ubuntu% ./configure
ubuntu% make
ubuntu% sudo make install

http://blog.champierre.com/archives/670


とさせていただきました。
(2009年9月現在
git-1.6.0.tar.gz →git-1.6.4.tar.gz )

makeの部分で下記エラー

mindia245@ubuntu-vm:/tmp/git-1.6.4$ make
CC fast-import.o
builtin.h:6 から include されたファイル中,
fast-import.c:143 から:
cache.h:16:18: error: zlib.h: No such file or directory
In file included from builtin.h:6,
from fast-import.c:143:
cache.h:21: error: expected ‘)’ before ‘strm’
cache.h:22: error: expected ‘)’ before ‘strm’
cache.h:23: error: expected ‘)’ before ‘strm’
fast-import.c:280: error: ‘Z_DEFAULT_COMPRESSION’ undeclared here (not in a function)
fast-import.c: In function ‘store_object’:
fast-import.c:1036: error: ‘z_stream’ undeclared (first use in this function)
fast-import.c:1036: error: (Each undeclared identifier is reported only once
fast-import.c:1036: error: for each function it appears in.)
fast-import.c:1036: error: expected ‘;’ before ‘s’
fast-import.c:1072: error: ‘s’ undeclared (first use in this function)
fast-import.c:1083: error: ‘Z_FINISH’ undeclared (first use in this function)
fast-import.c:1083: error: ‘Z_OK’ undeclared (first use in this function)
fast-import.c: In function ‘git_pack_config’:
fast-import.c:2387: error: ‘Z_BEST_COMPRESSION’ undeclared (first use in this function)
make: *** [fast-import.o] エラー 1


Windowsダウンロード&インストール

git (msysgit)をWindowsにインストール|WEBデザイン Tips


関連リンク

はてなでもgitを活用
これからGitを始める人が読むべき記事まとめ : akiyan.com
Subversion ユーザーが Git を使ってみた (基本操作編) - まちゅダイアリー(2010-05-06)

もしかして

    他の人の「gitに関するあれこれ」

    S 5e4401abd24a1ec9acd4159946f33876

    関西大学総合情報学部2007年卒。 卒業後「非同期」「主観事典」をテーマにした会社設立。パンデイロやvimなどの打楽器が好き。 Backbone.js 千利休 木村蒹葭堂

    (9773words)

    最新

      最新エントリ

        関連ツイート