Manage your commits
Learn how to manage commits in your repositories.
Last updated
Learn how to manage commits in your repositories.
Last updated
© 2018-2024 | Open Text
After creating several commits or adding a repository with existing commits, it might be important to be able to look back and see the history of the changes. To see a list of all your commits and manage them:
Click on Repository Settings in the left side menu
Go to the Commits tab
Click on the repository you’re interested in
In this view, you can find a list of all your commits, along with the details:
Name - the name of the commit
Commit Date - the date and time the commit was created
Repository - which repository the commit belongs to
Branch - which branch the commit was added to
Added by - by whom the commit was added
If you decide you no longer want to see data from a specific repository and remove it, or if you revert a commit on your end, it might be useful to delete a commit from the list to clean up your data. To do so, simply click the trashcan icon in the far right column.
Unless you delete the commit data manually, non-default branches will be retained for 30 days, while default branches (main, master) have an unlimited retention period.
Additionally, enterprise users can tag selected commits as a release by adding the flag --tag-commit-as-release=true
to the scan
command in Debricked CLI. Storing the commit data indefinitely (they can still be manually removed).