Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 910 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 910 Bytes

Focused Development

focus is a tool to manage Git sparse checkouts derived from the Bazel build graph.

Installation

focus is written in Rust and supports macOS and Linux. Install Rust, then install focus with

$ cargo install --locked --git https://github.com/twitter/focus

Usage

If you are the repository administrator, first configure focus for your repo using the Administration instructions.

For end-users, see Usage for instructions on how to use focus to manage your sparse checkouts.

Design

See various design documents at https://github.com/twitter/focus/tree/main/focus/doc. Focus will also be presented at Git Merge 2022.