Introduction to Code Workbook9. Create A Branch

9 - Create a branch

This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.

📖 Task Introduction

When using branching in Code Workbooks, multiple users can make changes to logic and data simultaneously, without impacting changes made by other users. Additionally, branching permits users to iteratively test changes to logic and dataset on "test" branches before merging the changes into the "master" branch of the workbook.

🔨 Task Instructions

  1. Click on the Branch: master dropdown located underneath the workbook name in the top left of your application screen as pictured below.
  2. Type in test-branch as the name of your branch and select Create branch.