際際滷

際際滷Share a Scribd company logo
TDDBC Tokyo 1.7 for PHP
            2011-08-21
           @madapaja
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
<   ><   >
<   ><   >
<   ><   >
<   ><   >
5ae168cf492bead24f9c24319e3ef2ba3d5b8f3a



blob 956



<?php

namespace Xanadu;

class Controller
{
??? private $name;
        :
        :
5ae168cf492bead24f9c24319e3ef2ba3d5b8f3a



blob 956



<?php

namespace Xanadu;

class Controller
{
??? private $name;
        :
        :
5ae168cf492bead24f9c24319e3ef2ba3d5b8f3a



blob 956



<?php

namespace Xanadu;

class Controller
{
??? private $name;
        :
        :
a7e52bd45207ff7d202125b5eab2bdf172c506e9



tree 42



100644 blob 5ae168cf492bead24f9c24319e3ef2ba3d5b8f3a??? Controller.php
a7e52bd45207ff7d202125b5eab2bdf172c506e9



  tree 42
mode

  100644 blob 5ae168cf492bead24f9c24319e3ef2ba3d5b8f3a??? Controller.php
a7e52bd45207ff7d202125b5eab2bdf172c506e9



  tree 42
mode

  100644 blob 5ae168cf492bead24f9c24319e3ef2ba3d5b8f3a??? Controller.php
a7e52bd45207ff7d202125b5eab2bdf172c506e9



  tree 42
mode

  100644 blob 5ae168cf492bead24f9c24319e3ef2ba3d5b8f3a??? Controller.php
a7e52bd45207ff7d202125b5eab2bdf172c506e9



  tree 42
mode

  100644 blob 5ae168cf492bead24f9c24319e3ef2ba3d5b8f3a??? Controller.php
54be572c17595e83dd84bbb14cae7edb9dd65a18



commit 172



tree a7e52bd45207ff7d202125b5eab2bdf172c506e9
author madapaja <iwasaki@cresc.com> 1313731598 +0900
committer madapaja <iwasaki@cresc.com> 1313731598 +0900

my first commit
$ git tag stable-1
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
赫庄岳のおさらい
checkout
checkout
checkout




           add
checkout




                    add




commit
checkout




           add
checkout




           add
checkout




                    add




commit
checkout




                    add




commit
checkout




           add
checkout




           add
checkout




           add




           add
checkout




                    add




                    add


commit
赫庄岳のおさらい
$ cd path/to/project
$ git init
$ cd path/to/project
$ git init




$ git clone git://path/to/project
$ cd project
赫庄岳のおさらい
$ git add target.php

$ git add -u?????????
$ git add target.php

$ git add -u?????????


$ git rm --cached target.php?

$ git rm target.php
$ git add target.php

$ git add -u?????????


$ git rm --cached target.php?

$ git rm target.php


$ git status
$ git add target.php

$ git add -u?????????


$ git rm --cached target.php?

$ git rm target.php


$ git status


$ git diff
$ git add target.php

$ git add -u?????????


$ git rm --cached target.php?

$ git rm target.php


$ git status


$ git diff


$ git checkout target.php
$ git add target.php

$ git add -u?????????


$ git rm --cached target.php?

$ git rm target.php


$ git status


$ git diff


$ git checkout target.php


$ git reset HEAD target.php
赫庄岳のおさらい
$ git diff --cached
$ git diff --cached



$ git commit
$ git diff --cached



$ git commit




$ git commit --amend
$ git diff --cached



$ git commit




$ git commit --amend



$ git reset --soft HEAD^
赫庄岳のおさらい
$ git diff HEAD
$ git diff HEAD


git add -u && git commit

$ git commit -a
$ git diff HEAD


git add -u && git commit

$ git commit -a



$ git revert a5102ef4
$ git diff HEAD


git add -u && git commit

$ git commit -a



$ git revert a5102ef4



$ git reset --hard HEAD^
赫庄岳のおさらい
$ git checkout master
$ git checkout master



git branch branch1 && git checkout branch1

$ git checkout -b branch1
$ git checkout master



git branch branch1 && git checkout branch1

$ git checkout -b branch1



$ git merge new_function


$ git merge --no-commit new_function
赫庄岳のおさらい
$ git log
$ git log


$ git diff HEAD^..HEAD
$ git log


$ git diff HEAD^..HEAD


$ git branch
$ git log


$ git diff HEAD^..HEAD


$ git branch


$ git branch experimental
$ git log


$ git diff HEAD^..HEAD


$ git branch


$ git branch experimental


$ git branch -d experimental
$ git branch -D experimental
赫庄岳のおさらい
$ git branch -r
$ git branch -r



$ git fetch origin
$ git branch -r



$ git fetch origin



$ git merge origin/master
$ git branch -r



$ git fetch origin



$ git merge origin/master


 git fetch origin && git merge origin/master
$ git pull origin master
$ git branch -r



$ git fetch origin



$ git merge origin/master


 git fetch origin && git merge origin/master
$ git pull origin master



$ git push origin :experimental
$ git branch -r



$ git fetch origin



$ git merge origin/master


 git fetch origin && git merge origin/master
$ git pull origin master



$ git push origin :experimental


$ git push origin master
赫庄岳のおさらい
赫庄岳のおさらい

More Related Content

赫庄岳のおさらい