This is a scriptless container component for changing the behavior of css height/width percentage measurements.
Copy assets from node_modules and rewrite URLs in CSS
Bundle CSS
PostCSS plugin to rebase assets to specified folder.
Rebase your CSS assets based on a source map.
Common utility commands for Git repositories.
Common utility commands for Git repositories.
Full feature terminal based sequence editor for git interactive rebase.
Stacked diffs CLI for Bitbucket Server
Automatically rebase feature branches onto master
Project SEKAI score (.sus) parser, SVG chart renderer, and Skia image renderer
Rebase is a library for witnessing cryptographic attestations and issuing verifiable credentials
Pure async data layer for igv-rs: regions, source traits, alignment expansion, coverage, render thresholds. UI-free.
Graphical (SVG / PNG) snapshot renderer for igv-rs.
Interactive terminal genome viewer for FASTA / VCF / BAM / GFF / BED / bigWig / BEDPE. Includes a bundled-igv.js browser companion.
Local HTTP server that mirrors the igv-rs TUI's view in igv.js.
Core modules for git-interactive-rebase-tool
Test utils for git-interactive-rebase-tool
An AI coding agent hook that blocks destructive commands before they execute
Rebases all open pull requests on a git repo
git command to fetch and rebase all branches
# Rebase Migrations Rebase Migrations is a library and command line tool to rebase Rails migrations to have the latest timestamp. ## Installation ```console $ bundle add rails-rebase-migrations --group=development,test ``` ## Scenario Two team members, Alice and Bob, are working on the same Rails project and both are adding new database migrations. Alice realizes her migration depends on Bob's, but the migration timestamps are out of order. The `rebase-migration` command line tool can be used to reorder Alice's new migrations to have the latest timestamp in the sequence. ## Usage To rebase all new migrations with respect to the `main` git branch: ```console $ bundle exec rebase-migrations ``` To rebase all new migrations with respect to a different branch: ```console $ bundle exec rebase-migrations my-branch ``` The command has a `--check` argument that is useful for CI. To check that all new migrations are the latest in the sequence: ```console $ bundle exec rebase-migrations --check ``` It will exit with status code 1 if the check fails. The `--check` form also accepts a branch argument. ### Skipping Migrations To skip a specific migration files from the `--check` include `_skip_rebase` in its filename.
Utility library to rebase and aggregate your project branches
git command to fetch and rebase all branches
git command to fetch and rebase all branches
easily merge and rebase flat git history
Ruby gem to cherry-pick a range of commits with similar rebase options
git rebase and push for all my branches
This gem adds a subcommand `git backup`. All the subcommand does is `git branch backup/your-current-branch-name`.
Loops through rebase and test until tests pass and there are no new changes in the repository, then issues a git svn dcommit.
Loops through rebase and test until tests pass and there are no new changes in the repository, then issues a git svn dcommit.