2024-03-06 22:12:43 +00:00
<!doctype html>
< html lang = "en" class = "no-js" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1" >
< link rel = "canonical" href = "https://martinvonz.github.io/jj/v0.15.0/github/" >
< link rel = "prev" href = "../tutorial/" >
< link rel = "next" href = "../windows/" >
< link rel = "icon" href = "../assets/images/favicon.png" >
2024-05-07 19:22:11 +00:00
< meta name = "generator" content = "mkdocs-1.5.3, mkdocs-material-9.5.4" >
2024-03-06 22:12:43 +00:00
< title > Working with GitHub - Jujutsu docs< / title >
2024-05-07 19:22:11 +00:00
< link rel = "stylesheet" href = "../assets/stylesheets/main.50c56a3b.min.css" >
2024-03-06 22:12:43 +00:00
< link rel = "stylesheet" href = "../assets/stylesheets/palette.06af60db.min.css" >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback" >
< style > : root { --md-text-font : "Roboto" ; --md-code-font : "Roboto Mono" } < / style >
< script > _ _md _scope = new URL ( ".." , location ) , _ _md _hash = e => [ ... e ] . reduce ( ( e , _ ) => ( e << 5 ) - e + _ . charCodeAt ( 0 ) , 0 ) , _ _md _get = ( e , _ = localStorage , t = _ _md _scope ) => JSON . parse ( _ . getItem ( t . pathname + "." + e ) ) , _ _md _set = ( e , _ , t = localStorage , a = _ _md _scope ) => { try { t . setItem ( a . pathname + "." + e , JSON . stringify ( _ ) ) } catch ( e ) { } } < / script >
< / head >
< body dir = "ltr" data-md-color-scheme = "default" data-md-color-primary = "indigo" data-md-color-accent = "indigo" >
< input class = "md-toggle" data-md-toggle = "drawer" type = "checkbox" id = "__drawer" autocomplete = "off" >
< input class = "md-toggle" data-md-toggle = "search" type = "checkbox" id = "__search" autocomplete = "off" >
< label class = "md-overlay" for = "__drawer" > < / label >
< div data-md-component = "skip" >
< a href = "#using-jujutsu-with-github-and-gitlab-projects" class = "md-skip" >
Skip to content
< / a >
< / div >
< div data-md-component = "announce" >
< / div >
< div data-md-color-scheme = "default" data-md-component = "outdated" hidden >
< / div >
< header class = "md-header md-header--shadow" data-md-component = "header" >
< nav class = "md-header__inner md-grid" aria-label = "Header" >
< a href = ".." title = "Jujutsu docs" class = "md-header__button md-logo" aria-label = "Jujutsu docs" data-md-component = "logo" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z" / > < / svg >
< / a >
< label class = "md-header__button md-icon" for = "__drawer" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2Z" / > < / svg >
< / label >
< div class = "md-header__title" data-md-component = "header-title" >
< div class = "md-header__ellipsis" >
< div class = "md-header__topic" >
< span class = "md-ellipsis" >
Jujutsu docs
< / span >
< / div >
< div class = "md-header__topic" data-md-component = "header-topic" >
< span class = "md-ellipsis" >
Working with GitHub
< / span >
< / div >
< / div >
< / div >
< form class = "md-header__option" data-md-component = "palette" >
< input class = "md-option" data-md-color-media = "(prefers-color-scheme)" data-md-color-scheme = "default" data-md-color-primary = "indigo" data-md-color-accent = "indigo" aria-label = "Switch to system preference" type = "radio" name = "__palette" id = "__palette_0" >
< label class = "md-header__button md-icon" title = "Switch to system preference" for = "__palette_1" hidden >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "m14.3 16-.7-2h-3.2l-.7 2H7.8L11 7h2l3.2 9h-1.9M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69m-9.15 3.96h2.3L12 9l-1.15 3.65Z" / > < / svg >
< / label >
< input class = "md-option" data-md-color-media = "(prefers-color-scheme: light)" data-md-color-scheme = "default" data-md-color-primary = "indigo" data-md-color-accent = "indigo" aria-label = "Switch to light mode" type = "radio" name = "__palette" id = "__palette_1" >
< label class = "md-header__button md-icon" title = "Switch to light mode" for = "__palette_2" hidden >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 10a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69Z" / > < / svg >
< / label >
< input class = "md-option" data-md-color-media = "(prefers-color-scheme: dark)" data-md-color-scheme = "slate" data-md-color-primary = "indigo" data-md-color-accent = "indigo" aria-label = "Switch to dark mode" type = "radio" name = "__palette" id = "__palette_2" >
< label class = "md-header__button md-icon" title = "Switch to dark mode" for = "__palette_0" hidden >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M12 18c-.89 0-1.74-.2-2.5-.55C11.56 16.5 13 14.42 13 12c0-2.42-1.44-4.5-3.5-5.45C10.26 6.2 11.11 6 12 6a6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69Z" / > < / svg >
< / label >
< / form >
< script > var media , input , key , value , palette = _ _md _get ( "__palette" ) ; if ( palette && palette . color ) { "(prefers-color-scheme)" === palette . color . media && ( media = matchMedia ( "(prefers-color-scheme: light)" ) , input = document . querySelector ( media . matches ? "[data-md-color-media='(prefers-color-scheme: light)']" : "[data-md-color-media='(prefers-color-scheme: dark)']" ) , palette . color . media = input . getAttribute ( "data-md-color-media" ) , palette . color . scheme = input . getAttribute ( "data-md-color-scheme" ) , palette . color . primary = input . getAttribute ( "data-md-color-primary" ) , palette . color . accent = input . getAttribute ( "data-md-color-accent" ) ) ; for ( [ key , value ] of Object . entries ( palette . color ) ) document . body . setAttribute ( "data-md-color-" + key , value ) } < / script >
< label class = "md-header__button md-icon" for = "__search" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z" / > < / svg >
< / label >
< div class = "md-search" data-md-component = "search" role = "dialog" >
< label class = "md-search__overlay" for = "__search" > < / label >
< div class = "md-search__inner" role = "search" >
< form class = "md-search__form" name = "search" >
< input type = "text" class = "md-search__input" name = "query" aria-label = "Search" placeholder = "Search" autocapitalize = "off" autocorrect = "off" autocomplete = "off" spellcheck = "false" data-md-component = "search-query" required >
< label class = "md-search__icon md-icon" for = "__search" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z" / > < / svg >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z" / > < / svg >
< / label >
< nav class = "md-search__options" aria-label = "Search" >
< button type = "reset" class = "md-search__icon md-icon" title = "Clear" aria-label = "Clear" tabindex = "-1" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z" / > < / svg >
< / button >
< / nav >
< / form >
< div class = "md-search__output" >
< div class = "md-search__scrollwrap" data-md-scrollfix >
< div class = "md-search-result" data-md-component = "search-result" >
< div class = "md-search-result__meta" >
Initializing search
< / div >
< ol class = "md-search-result__list" role = "presentation" > < / ol >
< / div >
< / div >
< / div >
< / div >
< / div >
< / nav >
< / header >
< div class = "md-container" data-md-component = "container" >
< main class = "md-main" data-md-component = "main" >
< div class = "md-main__inner md-grid" >
< div class = "md-sidebar md-sidebar--primary" data-md-component = "sidebar" data-md-type = "navigation" >
< div class = "md-sidebar__scrollwrap" >
< div class = "md-sidebar__inner" >
< nav class = "md-nav md-nav--primary" aria-label = "Navigation" data-md-level = "0" >
< label class = "md-nav__title" for = "__drawer" >
< a href = ".." title = "Jujutsu docs" class = "md-nav__button md-logo" aria-label = "Jujutsu docs" data-md-component = "logo" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z" / > < / svg >
< / a >
Jujutsu docs
< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = ".." class = "md-nav__link" >
< span class = "md-ellipsis" >
Home
< / span >
< / a >
< / li >
< li class = "md-nav__item md-nav__item--active md-nav__item--nested" >
< input class = "md-nav__toggle md-toggle " type = "checkbox" id = "__nav_2" checked >
< label class = "md-nav__link" for = "__nav_2" id = "__nav_2_label" tabindex = "0" >
< span class = "md-ellipsis" >
Getting started
< / span >
< span class = "md-nav__icon md-icon" > < / span >
< / label >
< nav class = "md-nav" data-md-level = "1" aria-labelledby = "__nav_2_label" aria-expanded = "true" >
< label class = "md-nav__title" for = "__nav_2" >
< span class = "md-nav__icon md-icon" > < / span >
Getting started
< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "../install-and-setup/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Installation and Setup
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../tutorial/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Tutorial and Birds-Eye View
< / span >
< / a >
< / li >
< li class = "md-nav__item md-nav__item--active" >
< input class = "md-nav__toggle md-toggle" type = "checkbox" id = "__toc" >
< label class = "md-nav__link md-nav__link--active" for = "__toc" >
< span class = "md-ellipsis" >
Working with GitHub
< / span >
< span class = "md-nav__icon md-icon" > < / span >
< / label >
< a href = "./" class = "md-nav__link md-nav__link--active" >
< span class = "md-ellipsis" >
Working with GitHub
< / span >
< / a >
< nav class = "md-nav md-nav--secondary" aria-label = "Table of contents" >
< label class = "md-nav__title" for = "__toc" >
< span class = "md-nav__icon md-icon" > < / span >
Table of contents
< / label >
< ul class = "md-nav__list" data-md-component = "toc" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "#set-up-an-ssh-key" class = "md-nav__link" >
< span class = "md-ellipsis" >
Set up an SSH key
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#basic-workflow" class = "md-nav__link" >
< span class = "md-ellipsis" >
Basic workflow
< / span >
< / a >
< nav class = "md-nav" aria-label = "Basic workflow" >
< ul class = "md-nav__list" >
< li class = "md-nav__item" >
< a href = "#using-a-generated-branch-name" class = "md-nav__link" >
< span class = "md-ellipsis" >
Using a generated branch name
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#using-a-named-branch" class = "md-nav__link" >
< span class = "md-ellipsis" >
Using a named branch
< / span >
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item" >
< a href = "#updating-the-repository" class = "md-nav__link" >
< span class = "md-ellipsis" >
Updating the repository
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#working-in-a-git-co-located-repository" class = "md-nav__link" >
< span class = "md-ellipsis" >
Working in a Git co-located repository
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#working-in-a-jujutsu-repository" class = "md-nav__link" >
< span class = "md-ellipsis" >
Working in a Jujutsu repository
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#addressing-review-comments" class = "md-nav__link" >
< span class = "md-ellipsis" >
Addressing review comments
< / span >
< / a >
< nav class = "md-nav" aria-label = "Addressing review comments" >
< ul class = "md-nav__list" >
< li class = "md-nav__item" >
< a href = "#adding-new-commits" class = "md-nav__link" >
< span class = "md-ellipsis" >
Adding new commits
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#rewriting-commits" class = "md-nav__link" >
< span class = "md-ellipsis" >
Rewriting commits
< / span >
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item" >
< a href = "#working-with-other-peoples-branches" class = "md-nav__link" >
< span class = "md-ellipsis" >
Working with other people's branches
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#using-github-cli" class = "md-nav__link" >
< span class = "md-ellipsis" >
Using GitHub CLI
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#useful-revsets" class = "md-nav__link" >
< span class = "md-ellipsis" >
Useful Revsets
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#merge-conflicts" class = "md-nav__link" >
< span class = "md-ellipsis" >
Merge conflicts
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#using-several-remotes" class = "md-nav__link" >
< span class = "md-ellipsis" >
Using several remotes
< / span >
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item" >
< a href = "../windows/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Working on Windows
< / span >
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item" >
< a href = "../FAQ/" class = "md-nav__link" >
< span class = "md-ellipsis" >
FAQ
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../cli-reference/" class = "md-nav__link" >
< span class = "md-ellipsis" >
CLI Reference
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../testimonials/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Testimonials
< / span >
< / a >
< / li >
< li class = "md-nav__item md-nav__item--nested" >
< input class = "md-nav__toggle md-toggle " type = "checkbox" id = "__nav_6" >
< label class = "md-nav__link" for = "__nav_6" id = "__nav_6_label" tabindex = "0" >
< span class = "md-ellipsis" >
Concepts
< / span >
< span class = "md-nav__icon md-icon" > < / span >
< / label >
< nav class = "md-nav" data-md-level = "1" aria-labelledby = "__nav_6_label" aria-expanded = "false" >
< label class = "md-nav__title" for = "__nav_6" >
< span class = "md-nav__icon md-icon" > < / span >
Concepts
< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "../working-copy/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Working Copy
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../branches/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Branches
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../conflicts/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Conflicts
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../operation-log/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Operation Log
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../glossary/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Glossary
< / span >
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item md-nav__item--nested" >
< input class = "md-nav__toggle md-toggle " type = "checkbox" id = "__nav_7" >
< label class = "md-nav__link" for = "__nav_7" id = "__nav_7_label" tabindex = "0" >
< span class = "md-ellipsis" >
Configuration
< / span >
< span class = "md-nav__icon md-icon" > < / span >
< / label >
< nav class = "md-nav" data-md-level = "1" aria-labelledby = "__nav_7_label" aria-expanded = "false" >
< label class = "md-nav__title" for = "__nav_7" >
< span class = "md-nav__icon md-icon" > < / span >
Configuration
< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "../config/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Settings
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../revsets/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Revset language
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../templates/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Templating language
< / span >
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item md-nav__item--nested" >
< input class = "md-nav__toggle md-toggle " type = "checkbox" id = "__nav_8" >
< label class = "md-nav__link" for = "__nav_8" id = "__nav_8_label" tabindex = "0" >
< span class = "md-ellipsis" >
Comparisons
< / span >
< span class = "md-nav__icon md-icon" > < / span >
< / label >
< nav class = "md-nav" data-md-level = "1" aria-labelledby = "__nav_8_label" aria-expanded = "false" >
< label class = "md-nav__title" for = "__nav_8" >
< span class = "md-nav__icon md-icon" > < / span >
Comparisons
< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "../git-comparison/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Git comparison
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../git-compatibility/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Git compatibility
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../sapling-comparison/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Sapling
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../related-work/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Other related work
< / span >
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item md-nav__item--nested" >
< input class = "md-nav__toggle md-toggle " type = "checkbox" id = "__nav_9" >
< label class = "md-nav__link" for = "__nav_9" id = "__nav_9_label" tabindex = "0" >
< span class = "md-ellipsis" >
Technical details
< / span >
< span class = "md-nav__icon md-icon" > < / span >
< / label >
< nav class = "md-nav" data-md-level = "1" aria-labelledby = "__nav_9_label" aria-expanded = "false" >
< label class = "md-nav__title" for = "__nav_9" >
< span class = "md-nav__icon md-icon" > < / span >
Technical details
< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "../technical/architecture/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Architecture
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../technical/concurrency/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Concurrency
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../technical/conflicts/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Conflicts
< / span >
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item md-nav__item--nested" >
< input class = "md-nav__toggle md-toggle " type = "checkbox" id = "__nav_10" >
< label class = "md-nav__link" for = "__nav_10" id = "__nav_10_label" tabindex = "0" >
< span class = "md-ellipsis" >
Contributing
< / span >
< span class = "md-nav__icon md-icon" > < / span >
< / label >
< nav class = "md-nav" data-md-level = "1" aria-labelledby = "__nav_10_label" aria-expanded = "false" >
< label class = "md-nav__title" for = "__nav_10" >
< span class = "md-nav__icon md-icon" > < / span >
Contributing
< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "../contributing/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Guidelines and "How to...?"
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../code-of-conduct/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Code of conduct
< / span >
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item md-nav__item--nested" >
< input class = "md-nav__toggle md-toggle " type = "checkbox" id = "__nav_11" >
< label class = "md-nav__link" for = "__nav_11" id = "__nav_11_label" tabindex = "0" >
< span class = "md-ellipsis" >
Design docs
< / span >
< span class = "md-nav__icon md-icon" > < / span >
< / label >
< nav class = "md-nav" data-md-level = "1" aria-labelledby = "__nav_11_label" aria-expanded = "false" >
< label class = "md-nav__title" for = "__nav_11" >
< span class = "md-nav__icon md-icon" > < / span >
Design docs
< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "../design/git-submodules/" class = "md-nav__link" >
< span class = "md-ellipsis" >
git-submodules
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../design/git-submodule-storage/" class = "md-nav__link" >
< span class = "md-ellipsis" >
git-submodule-storage
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../design/run/" class = "md-nav__link" >
< span class = "md-ellipsis" >
JJ run
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../design/sparse-v2/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Sparse Patterns v2
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../design/tracking-branches/" class = "md-nav__link" >
< span class = "md-ellipsis" >
Tracking branches
< / span >
< / a >
< / li >
< / ul >
< / nav >
< / li >
< / ul >
< / nav >
< / div >
< / div >
< / div >
< div class = "md-sidebar md-sidebar--secondary" data-md-component = "sidebar" data-md-type = "toc" >
< div class = "md-sidebar__scrollwrap" >
< div class = "md-sidebar__inner" >
< nav class = "md-nav md-nav--secondary" aria-label = "Table of contents" >
< label class = "md-nav__title" for = "__toc" >
< span class = "md-nav__icon md-icon" > < / span >
Table of contents
< / label >
< ul class = "md-nav__list" data-md-component = "toc" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "#set-up-an-ssh-key" class = "md-nav__link" >
< span class = "md-ellipsis" >
Set up an SSH key
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#basic-workflow" class = "md-nav__link" >
< span class = "md-ellipsis" >
Basic workflow
< / span >
< / a >
< nav class = "md-nav" aria-label = "Basic workflow" >
< ul class = "md-nav__list" >
< li class = "md-nav__item" >
< a href = "#using-a-generated-branch-name" class = "md-nav__link" >
< span class = "md-ellipsis" >
Using a generated branch name
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#using-a-named-branch" class = "md-nav__link" >
< span class = "md-ellipsis" >
Using a named branch
< / span >
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item" >
< a href = "#updating-the-repository" class = "md-nav__link" >
< span class = "md-ellipsis" >
Updating the repository
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#working-in-a-git-co-located-repository" class = "md-nav__link" >
< span class = "md-ellipsis" >
Working in a Git co-located repository
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#working-in-a-jujutsu-repository" class = "md-nav__link" >
< span class = "md-ellipsis" >
Working in a Jujutsu repository
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#addressing-review-comments" class = "md-nav__link" >
< span class = "md-ellipsis" >
Addressing review comments
< / span >
< / a >
< nav class = "md-nav" aria-label = "Addressing review comments" >
< ul class = "md-nav__list" >
< li class = "md-nav__item" >
< a href = "#adding-new-commits" class = "md-nav__link" >
< span class = "md-ellipsis" >
Adding new commits
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#rewriting-commits" class = "md-nav__link" >
< span class = "md-ellipsis" >
Rewriting commits
< / span >
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item" >
< a href = "#working-with-other-peoples-branches" class = "md-nav__link" >
< span class = "md-ellipsis" >
Working with other people's branches
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#using-github-cli" class = "md-nav__link" >
< span class = "md-ellipsis" >
Using GitHub CLI
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#useful-revsets" class = "md-nav__link" >
< span class = "md-ellipsis" >
Useful Revsets
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#merge-conflicts" class = "md-nav__link" >
< span class = "md-ellipsis" >
Merge conflicts
< / span >
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#using-several-remotes" class = "md-nav__link" >
< span class = "md-ellipsis" >
Using several remotes
< / span >
< / a >
< / li >
< / ul >
< / nav >
< / div >
< / div >
< / div >
< div class = "md-content" data-md-component = "content" >
< article class = "md-content__inner md-typeset" >
< h1 id = "using-jujutsu-with-github-and-gitlab-projects" > Using Jujutsu with GitHub and GitLab Projects< a class = "headerlink" href = "#using-jujutsu-with-github-and-gitlab-projects" title = "Permanent link" > ¶ < / a > < / h1 >
< p > This guide assumes a basic understanding of either Git or Mercurial.< / p >
< h2 id = "set-up-an-ssh-key" > Set up an SSH key< a class = "headerlink" href = "#set-up-an-ssh-key" title = "Permanent link" > ¶ < / a > < / h2 >
< p > As of October 2023 it's recommended to set up an SSH key to work with GitHub
projects. See < a href = "https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent" > GitHub's Tutorial< / a > . This restriction may be lifted in the
future, see < a href = "https://github.com/martinvonz/jj/issues/469" > issue #469< / a > for more information and progress on
authenticated HTTP.< / p >
< h2 id = "basic-workflow" > Basic workflow< a class = "headerlink" href = "#basic-workflow" title = "Permanent link" > ¶ < / a > < / h2 >
< p > The simplest way to start with Jujutsu is to create a stack of commits first.
You will only need to create a branch when you need to push the stack to a
remote. There are two primary workflows: using a generated branch name or
naming a branch.< / p >
< h3 id = "using-a-generated-branch-name" > Using a generated branch name< a class = "headerlink" href = "#using-a-generated-branch-name" title = "Permanent link" > ¶ < / a > < / h3 >
< p > In this example we're letting Jujutsu auto-create a branch.< / p >
< div class = "highlight" > < pre > < span > < / span > < code > < span class = "c1" > # Start a new commit off of the default branch.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > new< span class = "w" > < / span > main
< span class = "c1" > # Refactor some files, then add a description and start a new commit< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > commit< span class = "w" > < / span > -m< span class = "w" > < / span > < span class = "s1" > ' refactor(foo): restructure foo()' < / span >
< span class = "c1" > # Add a feature, then add a description and start a new commit< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > commit< span class = "w" > < / span > -m< span class = "w" > < / span > < span class = "s1" > ' feat(bar): add support for bar' < / span >
< span class = "c1" > # Let Jujutsu generate a branch name and push that to GitHub. Note that we< / span >
< span class = "c1" > # push the working-copy commit' s *parent* because the working-copy commit< / span >
< span class = "c1" > # itself is empty.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > git< span class = "w" > < / span > push< span class = "w" > < / span > -c< span class = "w" > < / span > @-
< / code > < / pre > < / div >
< h3 id = "using-a-named-branch" > Using a named branch< a class = "headerlink" href = "#using-a-named-branch" title = "Permanent link" > ¶ < / a > < / h3 >
< p > In this example, we create a branch named < code > bar< / code > and then push it to the remote.< / p >
< div class = "highlight" > < pre > < span > < / span > < code > < span class = "c1" > # Start a new commit off of the default branch.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > new< span class = "w" > < / span > main
< span class = "c1" > # Refactor some files, then add a description and start a new commit< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > commit< span class = "w" > < / span > -m< span class = "w" > < / span > < span class = "s1" > ' refactor(foo): restructure foo()' < / span >
< span class = "c1" > # Add a feature, then add a description and start a new commit< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > commit< span class = "w" > < / span > -m< span class = "w" > < / span > < span class = "s1" > ' feat(bar): add support for bar' < / span >
< span class = "c1" > # Create a branch so we can push it to GitHub. Note that we created the branch< / span >
< span class = "c1" > # on the working-copy commit' s *parent* because the working copy itself is empty.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > branch< span class = "w" > < / span > create< span class = "w" > < / span > bar< span class = "w" > < / span > -r< span class = "w" > < / span > @-< span class = "w" > < / span > < span class = "c1" > # `bar` now contains the previous two commits.< / span >
< span class = "c1" > # Push the branch to GitHub (pushes only `bar`)< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > git< span class = "w" > < / span > push
< / code > < / pre > < / div >
< p > While it's possible to create a branch in advance and commit on top of it in a
Git-like manner, you will then need to move the branch manually when you create
a new commits. Unlike Git, Jujutsu will not do it automatically.< / p >
< h2 id = "updating-the-repository" > Updating the repository< a class = "headerlink" href = "#updating-the-repository" title = "Permanent link" > ¶ < / a > < / h2 >
< p > As of October 2023, Jujutsu has no equivalent to a < code > git pull< / code > command (see
< a href = "https://github.com/martinvonz/jj/issues/1039" > issue #1039< / a > ). Until such a command is added, you need to use
< code > jj git fetch< / code > followed by a < code > jj rebase -d $main_branch< / code > to update your
changes.< / p >
< h2 id = "working-in-a-git-co-located-repository" > Working in a Git co-located repository< a class = "headerlink" href = "#working-in-a-git-co-located-repository" title = "Permanent link" > ¶ < / a > < / h2 >
< p > After doing < code > jj git init --colocate< / code > , Git will be in a < a href = "https://git-scm.com/docs/git-checkout#_detached_head" > detached HEAD
state< / a > , which is unusual, as Git mainly works with branches. In a
co-located repository, every < code > jj< / code > command will automatically synchronize
Jujutsu's view of the repo with Git's view. For example, < code > jj commit< / code > updates the
HEAD of the Git repository, enabling an incremental migration.< / p >
< div class = "highlight" > < pre > < span > < / span > < code > $< span class = "w" > < / span > nvim< span class = "w" > < / span > docs/tutorial.md
$< span class = "w" > < / span > < span class = "c1" > # Do some more work.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > commit< span class = "w" > < / span > -m< span class = "w" > < / span > < span class = "s2" > " Update tutorial" < / span >
< span class = "c1" > # Create a branch on the working-copy commit' s parent< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > branch< span class = "w" > < / span > create< span class = "w" > < / span > doc-update< span class = "w" > < / span > -r< span class = "w" > < / span > @-
$< span class = "w" > < / span > jj< span class = "w" > < / span > git< span class = "w" > < / span > push
< / code > < / pre > < / div >
< h2 id = "working-in-a-jujutsu-repository" > Working in a Jujutsu repository< a class = "headerlink" href = "#working-in-a-jujutsu-repository" title = "Permanent link" > ¶ < / a > < / h2 >
< p > In a Jujutsu repository, the workflow is simplified. If there's no need for
explicitly named branches, you can just generate one for a change. As Jujutsu is
able to create a branch for a revision.< / p >
< div class = "highlight" > < pre > < span > < / span > < code > $< span class = "w" > < / span > < span class = "c1" > # Do your work< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > commit
$< span class = "w" > < / span > < span class = "c1" > # Push change " mw" , letting Jujutsu automatically create a branch called< / span >
$< span class = "w" > < / span > < span class = "c1" > # " push-mwmpwkwknuz" < / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > git< span class = "w" > < / span > push< span class = "w" > < / span > --change< span class = "w" > < / span > mw
< / code > < / pre > < / div >
< h2 id = "addressing-review-comments" > Addressing review comments< a class = "headerlink" href = "#addressing-review-comments" title = "Permanent link" > ¶ < / a > < / h2 >
< p > There are two workflows for addressing review comments, depending on your
project's preference. Many projects prefer that you address comments by adding
commits to your branch< sup id = "fnref:1" > < a class = "footnote-ref" href = "#fn:1" > 1< / a > < / sup > . Some projects (such as Jujutsu and LLVM) instead
prefer that you keep your commits clean by rewriting them and then
force-pushing< sup id = "fnref:2" > < a class = "footnote-ref" href = "#fn:2" > 2< / a > < / sup > .< / p >
< h3 id = "adding-new-commits" > Adding new commits< a class = "headerlink" href = "#adding-new-commits" title = "Permanent link" > ¶ < / a > < / h3 >
< p > If your project prefers that you address review comments by adding commits on
top, you can do that by doing something like this:< / p >
< div class = "highlight" > < pre > < span > < / span > < code > $< span class = "w" > < / span > < span class = "c1" > # Create a new commit on top of the `your-feature` branch from above.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > new< span class = "w" > < / span > your-feature
$< span class = "w" > < / span > < span class = "c1" > # Address the comments by updating the code. Then review the changes.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > diff
$< span class = "w" > < / span > < span class = "c1" > # Give the fix a description and create a new working-copy on top.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > commit< span class = "w" > < / span > -m< span class = "w" > < / span > < span class = "s1" > ' address pr comments' < / span >
$< span class = "w" > < / span > < span class = "c1" > # Update the branch to point to the new commit.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > branch< span class = "w" > < / span > < span class = "nb" > set< / span > < span class = "w" > < / span > your-feature< span class = "w" > < / span > -r< span class = "w" > < / span > @-
$< span class = "w" > < / span > < span class = "c1" > # Push it to your remote< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > git< span class = "w" > < / span > push
< / code > < / pre > < / div >
< p > Notably, the above workflow creates a new commit for you. The same can be
achieved without creating a new commit.< / p >
< blockquote >
< p > < strong > Warning< / strong >
We strongly suggest to < code > jj new< / code > after the example below, as all further edits
still get amended to the previous commit.< / p >
< / blockquote >
< div class = "highlight" > < pre > < span > < / span > < code > $< span class = "w" > < / span > < span class = "c1" > # Create a new commit on top of the `your-feature` branch from above.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > new< span class = "w" > < / span > your-feature
$< span class = "w" > < / span > < span class = "c1" > # Address the comments by updating the code. Then review the changes.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > diff
$< span class = "w" > < / span > < span class = "c1" > # Give the fix a description.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > describe< span class = "w" > < / span > -m< span class = "w" > < / span > < span class = "s1" > ' address pr comments' < / span >
$< span class = "w" > < / span > < span class = "c1" > # Update the branch to point to the current commit.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > branch< span class = "w" > < / span > < span class = "nb" > set< / span > < span class = "w" > < / span > your-feature< span class = "w" > < / span > -r< span class = "w" > < / span > @
$< span class = "w" > < / span > < span class = "c1" > # Push it to your remote< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > git< span class = "w" > < / span > push
< / code > < / pre > < / div >
< h3 id = "rewriting-commits" > Rewriting commits< a class = "headerlink" href = "#rewriting-commits" title = "Permanent link" > ¶ < / a > < / h3 >
< p > If your project prefers that you keep commits clean, you can do that by doing
something like this:< / p >
< div class = "highlight" > < pre > < span > < / span > < code > $< span class = "w" > < / span > < span class = "c1" > # Create a new commit on top of the second-to-last commit in `your-feature`,< / span >
$< span class = "w" > < / span > < span class = "c1" > # as reviewers requested a fix there.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > new< span class = "w" > < / span > your-feature-< span class = "w" > < / span > < span class = "c1" > # NOTE: the trailing hyphen is not a typo!< / span >
$< span class = "w" > < / span > < span class = "c1" > # Address the comments by updating the code. Then review the changes.< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > diff
$< span class = "w" > < / span > < span class = "c1" > # Squash the changes into the parent commit< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > squash
$< span class = "w" > < / span > < span class = "c1" > # Push the updated branch to the remote. Jujutsu automatically makes it a< / span >
$< span class = "w" > < / span > < span class = "c1" > # force push< / span >
$< span class = "w" > < / span > jj< span class = "w" > < / span > git< span class = "w" > < / span > push< span class = "w" > < / span > --branch< span class = "w" > < / span > your-feature
< / code > < / pre > < / div >
< p > The hyphen after < code > your-feature< / code > comes from the
< a href = "https://github.com/martinvonz/jj/blob/main/docs/revsets.md" > revset< / a > syntax.< / p >
< h2 id = "working-with-other-peoples-branches" > Working with other people's branches< a class = "headerlink" href = "#working-with-other-peoples-branches" title = "Permanent link" > ¶ < / a > < / h2 >
< p > By default, < code > jj git clone< / code > imports the default remote branch (which is usually
< code > main< / code > or < code > master< / code > ), but < code > jj git fetch< / code > doesn't import new remote branches to
local branches. This means that if you want to iterate or test another
contributor's branch, you'll need to do < code > jj new < branch> @< remote> < / code > onto it.< / p >
< p > If you want to import all remote branches including inactive ones, set
< code > git.auto-local-branch = true< / code > in the config file. Then you can specify a
contributor's branch as < code > jj new < branch> < / code > instead of < code > jj new < branch> @< remote> < / code > .< / p >
< p > You can find more information on that setting < a href = "../config/#automatic-local-branch-creation" > here< / a > .< / p >
< h2 id = "using-github-cli" > Using GitHub CLI< a class = "headerlink" href = "#using-github-cli" title = "Permanent link" > ¶ < / a > < / h2 >
< p > GitHub CLI will have trouble finding the proper Git repository path in jj repos
that aren't < a href = "../git-compatibility/#co-located-jujutsugit-repos" > co-located< / a >
(see < a href = "https://github.com/martinvonz/jj/issues/1008" > issue #1008< / a > ). You can configure the < code > $GIT_DIR< / code > environment variable to
point it to the right path:< / p >
< div class = "highlight" > < pre > < span > < / span > < code > $< span class = "w" > < / span > < span class = "nv" > GIT_DIR< / span > < span class = "o" > =< / span > .jj/repo/store/git< span class = "w" > < / span > gh< span class = "w" > < / span > issue< span class = "w" > < / span > list
< / code > < / pre > < / div >
< p > You can make that automatic by installing < a href = "https://direnv.net" > direnv< / a > and
defining hooks in a < code > .envrc< / code > file in the repository root to configure < code > $GIT_DIR< / code > .
Just add this line into < code > .envrc< / code > :< / p >
< div class = "highlight" > < pre > < span > < / span > < code > < span class = "nb" > export< / span > < span class = "w" > < / span > < span class = "nv" > GIT_DIR< / span > < span class = "o" > =< / span > < span class = "nv" > $PWD< / span > /.jj/repo/store/git
< / code > < / pre > < / div >
< p > and run < code > direnv allow< / code > to approve it for direnv to run. Then GitHub CLI will
work automatically even in repos that aren't co-located so you can execute
commands like < code > gh issue list< / code > normally.< / p >
< h2 id = "useful-revsets" > Useful Revsets< a class = "headerlink" href = "#useful-revsets" title = "Permanent link" > ¶ < / a > < / h2 >
< p > Log all revisions across all local branches that aren't on the main branch nor
on any remote:< / p >
< div class = "highlight" > < pre > < span > < / span > < code > $< span class = "w" > < / span > jj< span class = "w" > < / span > log< span class = "w" > < / span > -r< span class = "w" > < / span > < span class = "s1" > ' branches() & ~(main | remote_branches())' < / span >
< / code > < / pre > < / div >
< p > Log all revisions that you authored, across all branches that aren't on any
remote:< / p >
< div class = "highlight" > < pre > < span > < / span > < code > $< span class = "w" > < / span > jj< span class = "w" > < / span > log< span class = "w" > < / span > -r< span class = "w" > < / span > < span class = "s1" > ' mine() & branches() & ~remote_branches()' < / span >
< / code > < / pre > < / div >
< p > Log all remote branches that you authored or committed to:< / p >
< div class = "highlight" > < pre > < span > < / span > < code > $< span class = "w" > < / span > jj< span class = "w" > < / span > log< span class = "w" > < / span > -r< span class = "w" > < / span > < span class = "s1" > ' remote_branches() & (mine() | committer(your@email.com))' < / span >
< / code > < / pre > < / div >
< p > Log all descendants of the current working copy that aren't on any remote:< / p >
< div class = "highlight" > < pre > < span > < / span > < code > $< span class = "w" > < / span > jj< span class = "w" > < / span > log< span class = "w" > < / span > -r< span class = "w" > < / span > < span class = "s1" > ' ::@ & ~remote_branches()' < / span >
< / code > < / pre > < / div >
< h2 id = "merge-conflicts" > Merge conflicts< a class = "headerlink" href = "#merge-conflicts" title = "Permanent link" > ¶ < / a > < / h2 >
< p > For a detailed overview, how Jujutsu handles conflicts, revisit
the < a href = "../tutorial/#Conflicts" > tutorial< / a > .< / p >
< h2 id = "using-several-remotes" > Using several remotes< a class = "headerlink" href = "#using-several-remotes" title = "Permanent link" > ¶ < / a > < / h2 >
< p > It is common to use several remotes when contributing to a shared repository.
For example, "upstream" can designate the remote where the changes will be
merged through a pull-request while "origin" is your private fork of the
project. In this case, you might want to < code > jj git fetch< / code > from "upstream" and to
< code > jj git push< / code > to "origin".< / p >
< p > You can configure the default remotes to fetch from and push to in your
configuration file (for example < code > .jj/repo/config.toml< / code > ):< / p >
< div class = "highlight" > < pre > < span > < / span > < code > < span class = "k" > [git]< / span >
< span class = "n" > fetch< / span > < span class = "w" > < / span > < span class = "o" > =< / span > < span class = "w" > < / span > < span class = "s2" > " upstream" < / span >
< span class = "n" > push< / span > < span class = "w" > < / span > < span class = "o" > =< / span > < span class = "w" > < / span > < span class = "s2" > " origin" < / span >
< / code > < / pre > < / div >
< p > The default for both < code > git.fetch< / code > and < code > git.push< / code > is "origin".< / p >
< div class = "footnote" >
< hr / >
< ol >
< li id = "fn:1" >
< p > This is a GitHub-style review, as GitHub currently only is able to compare
branches.  < a class = "footnote-backref" href = "#fnref:1" title = "Jump back to footnote 1 in the text" > ↩ < / a > < / p >
< / li >
< li id = "fn:2" >
< p > If you're wondering why we prefer clean commits in this project, see
e.g. < a href = "https://jg.gg/2018/09/29/stacked-diffs-versus-pull-requests/" > this blog post< / a >   < a class = "footnote-backref" href = "#fnref:2" title = "Jump back to footnote 2 in the text" > ↩ < / a > < / p >
< / li >
< / ol >
< / div >
< / article >
< / div >
< script > var target = document . getElementById ( location . hash . slice ( 1 ) ) ; target && target . name && ( target . checked = target . name . startsWith ( "__tabbed_" ) ) < / script >
< / div >
< / main >
< footer class = "md-footer" >
< div class = "md-footer-meta md-typeset" >
< div class = "md-footer-meta__inner md-grid" >
< div class = "md-copyright" >
Made with
< a href = "https://squidfunk.github.io/mkdocs-material/" target = "_blank" rel = "noopener" >
Material for MkDocs
< / a >
< / div >
< / div >
< / div >
< / footer >
< / div >
< div class = "md-dialog" data-md-component = "dialog" >
< div class = "md-dialog__inner md-typeset" > < / div >
< / div >
2024-05-07 19:22:11 +00:00
< script id = "__config" type = "application/json" > { "base" : ".." , "features" : [ ] , "search" : "../assets/javascripts/workers/search.c011b7c0.min.js" , "translations" : { "clipboard.copied" : "Copied to clipboard" , "clipboard.copy" : "Copy to clipboard" , "search.result.more.one" : "1 more on this page" , "search.result.more.other" : "# more on this page" , "search.result.none" : "No matching documents" , "search.result.one" : "1 matching document" , "search.result.other" : "# matching documents" , "search.result.placeholder" : "Type to start searching" , "search.result.term.missing" : "Missing" , "select.version" : "Select version" } , "version" : { "provider" : "mike" } } < / script >
2024-03-06 22:12:43 +00:00
2024-05-07 19:22:11 +00:00
< script src = "../assets/javascripts/bundle.7389ff0e.min.js" > < / script >
2024-03-06 22:12:43 +00:00
< / body >
< / html >