Skip to content

wikis Search Results · repo:arxanas/git-branchless

37 results
 (246 ms)

37 results

Ordinarily, Git garbage collects all orphaned commits and deletes them after a period of time, under the assumption that you're not using them anymore, and they're just taking up space. In the ...
  • Last updated
    on Sep 28, 2021

The git-branchless project is not the future of version control. Instead, the goal is to 1) provide a natural half-step to Jujutsu , which accomplishes most git-branchless workflows in a more principled ...
  • Last updated
    on Nov 2, 2022

Welcome to the git-branchless wiki! See Installation to install git-branchless . Then see Tutorial for an overview of how to use the various commands, and Concepts for more details about the underlying ...
  • Last updated
    on Apr 13, 2022

If you're interested in contributing to git-branchless , I'm happy to set up a call with you to walk you through the project. I reside in the Pacific timezone (UTC-8). Start a discussion with your ...
  • Last updated
    on Sep 18, 2021

This is a list of questions on Stack Overflow which are neatly answered by git-branchless. It could be worth referring back to these to address pain points, or updating them as the tooling improves. Git ...
  • Last updated
    on Oct 24, 2021

TODO: explain an alternative to stashing commits with git-branchless . If you want to learn more, file an issue and I'll prioritize this documentation :)
  • Last updated
    on Oct 18, 2021

Description Available since v0.6.0. git test is used to run a user-provided command on a given set of commits. Here’s a demo of formatting the commits in a stack (skip to 0:35 to see just the demonstration ...
  • Last updated
    on Jun 15

Crate documentation:
  • Last updated
    on May 4

Printing messages and progress reporting The Effects type is used to manage printing output and displaying progress to the user. It can be used to show the progress of nested tasks, including with spinners ...
  • Last updated
    on May 4

Description Available since v0.3.8. git amend is used to amend the current commit and restack any descendant commits. It's a replacement for git commit --amend . Unlike git commit --amend : git amend ...
  • Last updated
    on May 4