$ cd .git # 进入版本库(诸多神奇皆在.git)

$ ls -F1 # 显示目录结构
		# -F 目录类型的名称后面以"/" 字符结尾
		# -1 一行显示一个

ls -F1 .git/

参考:

http://gitready.com/advanced/2009/03/23/whats-inside-your-git-directory.html

https://www.daolf.com/posts/git-series-part-1/ //得自陈皓老师的推