Browsing code in a repository
To browse the most recent version of your code base, click the Browse code link located at the top of your project home page:
![link_to_browse link_to_browse](https://resources.jetbrains.com.cn/help/img/upsource/2020.1/link_to_browse.png)
A repository directory tree of the default branch is displayed (if the default branch has not been set, you need to choose which one to display):
![browse_dir_rec browse_dir_rec](https://resources.jetbrains.com.cn/help/img/upsource/2020.1/browse_dir_rec.png)
You can browse the entire directory tree and view the files it contains by clicking on them.
To browse the code base of a specific revision: from the revision view, click the Browse code link located at the top of the page:
![browse_link_rev browse_link_rev](https://resources.jetbrains.com.cn/help/img/upsource/2020.1/browse_link_rev.png)
A snapshot of the code base for that specific revision, including all of the files in that specific commit, is displayed:
![browse_dir_rev browse_dir_rev](https://resources.jetbrains.com.cn/help/img/upsource/2020.1/browse_dir_rev.png)
Last modified: 02 April 2021