New GitButler Release - Power rebasing, infinite undo and more!

A quick demo of how GitButler can help you manage your Git branches. New in this release are two big features we're demoing here: quick and powerful commit editing and a new infinite undo feature to easily go back in time or undo anything.
Check it out by downloading the newest release on gitbutler.com
Or read more about this release on our blog post: blog.gitbutler.com/gitbutler-...

Пікірлер: 30

  • @josevargas686
    @josevargas68620 күн бұрын

    This has to be the first time that someone makes a UI for git that feels better than the CLI, other than magit.

  • @Raykazen

    @Raykazen

    16 күн бұрын

    There are lots of ui for git. lazygit, gitkraken, gitui. What's great with gitbutler is the virtual branches

  • @rayediaz
    @rayediaz22 күн бұрын

    Great product! I use it every day.

  • @leonardab5042
    @leonardab504221 күн бұрын

    version control of the version control... well summarized!

  • @jotaro__
    @jotaro__22 күн бұрын

    I see you're clicking and using context menus a lot, is this a WIP thing or by design? I'd like to see at least the main items (history, unapplying virtual branches etc) being as easily manageable as dragging changes around.

  • @devprakashsharma4972
    @devprakashsharma497221 күн бұрын

    Finally scott is back in full power after 8 years!

  • @KarimMaassen
    @KarimMaassen22 күн бұрын

    Absolutely golden 👌

  • @calebowens2149
    @calebowens214923 күн бұрын

    Its the one and only Scotch Cone!!!

  • @madhank93
    @madhank9322 күн бұрын

    Oh man. Evilly 😈 addictive

  • @musababdullah1249
    @musababdullah124915 күн бұрын

    this is rlly cool

  • @Karansing_Rajput
    @Karansing_Rajput22 күн бұрын

    This is really cool...!!!

  • @myselfakashagarwal
    @myselfakashagarwal22 күн бұрын

    Hey !, Just wanna let you know its amazing really its dope

  • @larslehmann2764
    @larslehmann276420 күн бұрын

    Functionality is lit. But the UI is extremely cluttered and hard to learn.

  • @jayshah5695
    @jayshah569521 күн бұрын

    Wow!

  • @MarcusGarsdal
    @MarcusGarsdal22 күн бұрын

    When are you planning to support repositories with submodules? I really wanted to try your software after watching this video, but it does not work for my company monorepo

  • @swagatpan
    @swagatpan21 күн бұрын

    Is there any Portable/Non-Admin install option ?

  • @NYProductions
    @NYProductions15 күн бұрын

    this is revolutionary

  • @vincentbarreau8677
    @vincentbarreau867712 күн бұрын

    1) I don't understand exactly, is it a software running on my machine? or a web interface managing the code online? 2) And if local, all of those manipulation looks fine, but are those manipulation also done at origin (example on the github repo)? or are they pre-push to origin? 3) And if so, how does history rewritten locally (but already push) holds up to the history at origin of the repo (does it does `git push -f` automatically)?

  • @Eschen_
    @Eschen_22 күн бұрын

    Oh you added Windows! Cool, I'm gonna try it out. So undo is just an action that gets added on the history, that makes sense. You could also store the GitButler state in a file, and then use git to track it, so you could do actual meta-version-control. Yeah, using GitButler to create a virtual branch on the repo that tracks the state of GitButler for a different repository is totally a necessary feature, add pls :D

  • @gitbutlerapp

    @gitbutlerapp

    22 күн бұрын

    We basically do this for the undo. You can dig into how we're storing and restoring state in Git here: docs.gitbutler.com/troubleshooting/recovering-stuff#gitbutler-operations-log

  • @Eschen_

    @Eschen_

    22 күн бұрын

    @@gitbutlerapp Oh, neat! So I guess if I really want to undo only a single operation or something, I now know how.

  • @TheOriginalJohnDoe
    @TheOriginalJohnDoe16 күн бұрын

    I’ll wait for another 5 years and see how it ends up

  • @onion2d
    @onion2d15 күн бұрын

    Bro, I heard you like version control so I put more version control into your version control

  • @harishreddy3310
    @harishreddy331022 күн бұрын

    Can gitbutler be driven by keyboard shortcuts?

  • @gitbutlerapp

    @gitbutlerapp

    22 күн бұрын

    We don't have a lot of shortcuts currently. You can hit Cmd-t to switch light/dark mode. You can hit Cmd-Shift-H to bring up the Timeline/History bar. We're working on more, but currently there isn't a lot.

  • @elieobeid77
    @elieobeid7722 күн бұрын

    Does it have dark mode?

  • @gitbutlerapp

    @gitbutlerapp

    22 күн бұрын

    it does

  • @krishnabirla16
    @krishnabirla165 күн бұрын

    Sublime Merge feels better. I feel more in control. It's simple and has 0 learning curve.

  • @paulhammond8583
    @paulhammond858318 күн бұрын

    Just do trunk based development and all these problems go away.