10.28
I’ve been curious who made the test_branch_1 branch on the ubuntu git tree for a long time. And today I checkout that branch and see the amazing log.
acelan@acelan-nb:~/workspace/ubuntu-karmic$ git branch -r
origin/HEAD -> origin/master
origin/arm
origin/ec2
origin/fsl-imx51
origin/master
origin/mvl-dove
origin/netbook
origin/patches-that-need-love
origin/pending-upstream-patches
origin/test_branch_1
acelan@acelan-nb:~/workspace/ubuntu-karmic$ git checkout -b test origin/test_branch_1
Checking out files: 100% (9533/9533), done.
Branch test set up to track remote branch test_branch_1 from origin.
Switched to a new branch ‘test’
acelan@acelan-nb:~/workspace/ubuntu-karmic$ git log
commit a2c978c3ffb96982b3876b37c0a21fcc787234bc
Author: AceLan Kao <acelan@ooo.xxx.com>
Date: Fri Jun 12 13:42:45 2009 +0800only for git test
commit fba4b54f8f16a11ff3e57b7ac76d437b5d831695
Author: AceLan <acelan@acelan-nb.(none)>
Date: Tue Jun 9 16:17:23 2009 +0800UBUNTU: [Upstream]
Signed-off-by: AceLan <acelan@acelan-nb.(none)>
It was my second day, and I didn’t know too much about git. Of course, the branch was already been deleted, and nobody will know what I had did. :p
No Comment.
Add Your Comment