Archive for the ‘git’ Category

 

Git init, add, commit

6月 2nd, 2011

自分のユーザー以下のディレクトリを作成してgitで管理してみる。 git config 自分の情報 $ git config –global user.name “Junichi Otake” $ git config –global user.email “j***@gmail.com” $ git config –global color.ui auto $ cat /home/jun/.gitconfig [user] name = Junichi Otake email = j***@gmail.com [color] ui = auto mkdir -p /home/jun/git/grtest/ cd git/grtest/ $ git init Initialized empty Git repository in /home/jun/git/grtest/.git/ check ident $ […]

Read full article | コメントは受け付けていません。

git install

12月 23rd, 2010

#yum install git Installing: git x86_64 1.5.5.6-4.el5 epel 3.4 M Installing for dependencies: perl-Error noarch 1:0.17010-1.el5 epel 26 k perl-Git x86_64 1.5.5.6-4.el5 epel 16 k

Read full article | コメントは受け付けていません。