Advanced Features: Branch Management, Merging, and Historical Data

Data Diff: Compare different commits.
Create a New Branch: Initiate a fresh data branch.
Merge Branch: Combine data from different branches.
History of Repository: Track changes and updates.
Open Specific Branch: Access selected data branches.
Rename Branch: Modify branch names as needed.
Delete Branch: Remove unwanted data branches.
Web Platform: Data Diff
Steps:
Select the specific commit from the commit_list.
For particular commit click on Diff Button.

Jupyter Notebook: Data Diff
Steps:
Select Branch
Select particular commit from the branch.
from qubicstorage import calibration
hash = '3m24a6bkl8n3nit3lftims2gpt3gl9va'. # commit_hash
branch_name = "main"
calibration.getcommitdiff(hash,branch_name)
Merge Branches
Steps:
Input: From Branch
Input: To Branch
Input: Owner Name
Input: Owner Email

History Repo
View all the activities performed on the repository.

Rename Branch
Rename the Branch in 1 simple step.
Input: New Branch Name
Input: Old Branch Name
Input: Owner Name
Input: Owner Email

Delete Branch
Delete any branch in 1 step.
Input: Owner Name
Input: Owner Email

Last updated