This is the Windows app named git absorb whose latest release can be downloaded as 0.6.10.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named git absorb with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.
- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application and install it.
- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.
Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.
SCREENSHOTS
Ad
git absorb
DESCRIPTION
This is a port of Facebook's hg absorb. Facebook demoed hg absorb which is probably the coolest workflow enhancement I've seen to version control in years. Essentially, when your working directory has uncommitted changes on top of draft changesets, you can run hg absorb and the uncommitted modifications are automagically folded ("absorbed") into the appropriate draft ancestor changesets. This is essentially doing hg histedit + "roll" actions without having to make a commit or manually make history modification rules. The command essentially looks at the lines that were modified, finds a changeset modifying those lines, and amends that changeset to include your uncommitted changes. If the changes can't be made without conflicts, they remain uncommitted. This workflow is insanely useful for things like applying review feedback. You just make file changes, run hg absorb and the mapping of changes to commits sorts itself out. It is magical.
Features
- git absorb will automatically identify which commits are safe to modify
- With the --and-rebase flag, fixup commits will be automatically integrated into the corresponding ones
- The easiest way to install git absorb is to download an artifact from the latest tagged release
- Artifacts are available for Windows, MacOS, and Linux
- git add any changes that you want to absorb
- git absorb works by checking if two patches P1 and P2 commute
Programming Language
Rust
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/git-absorb.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.