# age View history of your git project ## examples ```bash age view README.md # single file, within current project directory cd src && age view main.rs # single file, within current project directory age view /home/user/gitworkspace/project/README.md # absolute path age view ../otherproject/README.md # relative path ```