> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# How can I save the git commit associated with my run?

When you call `wandb.init`, W\&B automatically collects Git information, including the remote repository link and the SHA of the latest commit. This information appears on the [run page](/models/runs/#view-logged-runs). To view this information, make sure the current working directory when you run the script is within a Git-managed folder.

You can see the Git commit and the command used to run the experiment, but they're hidden from external users, even in public projects.

***

<Badge stroke shape="pill" color="orange" size="md">[Experiments](/support/models/tags/experiments)</Badge>
