For example I go:
git commit -m “name here”
^^^ Is there a place in the Vercel’s project information that I can see the name of the last upload?
Thank you…
For example I go:
git commit -m “name here”
^^^ Is there a place in the Vercel’s project information that I can see the name of the last upload?
Thank you…
The commit message you use with git commit -m “your message” appears in several places on the Vercel dashboard:
Deployments tab. View all deployments and their associated commit messages.
Deployment details. Click on a deployment to see the full commit message and hash.
Git integration settings. Under your project settings in the “Git” section, you can view the connected repository and recent commits.
Hope that helps!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.