⚙️
QubiC Data Storage & Visualization
  • Intro to QubiCSV: Overview & Features
  • Managing Calibration Data: Step-by-Step Guide
  • Long-Term Monitor Data Management: A User Manual
  • Visualizing Calibration Data: Techniques and Tools
  • Exploring Long-Term Monitor Data Visualization
  • Advanced Features: Branch Management, Merging, and Historical Data
  • Accessing QubiCSV: Your Guide to Getting Started
  • New Hosting Script
    • Docker Command
    • Hosting Manual: Setting UP QubiC Platform
Powered by GitBook
On this page
  • Web Platform: Data Diff
  • Jupyter Notebook: Data Diff
  • Merge Branches
  • History Repo
  • Rename Branch
  • Delete Branch

Advanced Features: Branch Management, Merging, and Historical Data

Last updated 1 year ago

  1. Data Diff: Compare different commits.

  2. Create a New Branch: Initiate a fresh data branch.

  3. Merge Branch: Combine data from different branches.

  4. History of Repository: Track changes and updates.

  5. Open Specific Branch: Access selected data branches.

  6. Rename Branch: Modify branch names as needed.

  7. Delete Branch: Remove unwanted data branches.

Web Platform: Data Diff

Steps:

  1. Select the specific commit from the commit_list.

  2. For particular commit click on Diff Button.

Jupyter Notebook: Data Diff

Steps:

  1. Select Branch

  2. 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:

  1. Input: From Branch

  2. Input: To Branch

  3. Input: Owner Name

  4. Input: Owner Email

History Repo

View all the activities performed on the repository.

Rename Branch

Rename the Branch in 1 simple step.

  1. Input: New Branch Name

  2. Input: Old Branch Name

  3. Input: Owner Name

  4. Input: Owner Email

Delete Branch

Delete any branch in 1 step.

  1. Input: Owner Name

  2. Input: Owner Email

Index Page
Give all inputs
Cofirmation Message
All Inputs
Confirmation Message
Give all Inputs
1st message indicates successful delete