Building the fastest way
to write + review
code review tooling coming soon!
code.

Backed byNational University of Singapore
1

Know what's happening in your codebase

> br
currently working on: prod (+0 -0)
prod 2 changes (Simantak, Rahul)
dev 4 changes (Aditya, Joseph)

br shows you a summary of the work that has come and and if your current work is compatible with others changes.

2

Sync changes without conflicts (even across branches)

> br sync
── commit 1/2 a1b2c3d4 "Fix authentication bug in login flow" ──
status : ✅ no conflicts
── commit 2/2 e5f6a7b8 "Add user preferences to dashboard" ──
status : ✅ no conflicts
code fetched ✔️
changes have been synced successfully ✅

Sync in others approved changes to your current working version, never have to worry about causing conflicts in your code.

3

One command to submit your work.

> br submit
✅ Uncommitted changes stashed with message: brwne-temp-stash-1234567890
You're currently on the root branch, we'll need to spin out your changes to a new branch to create a PR.
branch name: fix-header-styling
🏷️ Successfully moved work to new branch: fix-header-styling
Enter a title for your pull request: fix-header-styling
🔗 Pull request created: https://github.com/mycompany/myproject/pull/42

Handles branching, stashing, and PR creation in one go. You can even write code on main/prod and br submit moves work and creates a PR for you.

Know about conflicts before they happen.

Never worry about a branch

Unless you want to.