├── .pre-commit-config.yaml ├── LICENSE ├── README.md └── bin ├── git-absorb ├── git-headpr ├── git-pilebranchname ├── git-pilecleanupremotebranch ├── git-pilereset ├── git-pileworktreepath ├── git-rebasepr ├── git-replacepr ├── git-submitpr └── git-updatepr /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keith/git-pile/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keith/git-pile/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keith/git-pile/HEAD/README.md -------------------------------------------------------------------------------- /bin/git-absorb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keith/git-pile/HEAD/bin/git-absorb -------------------------------------------------------------------------------- /bin/git-headpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keith/git-pile/HEAD/bin/git-headpr -------------------------------------------------------------------------------- /bin/git-pilebranchname: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keith/git-pile/HEAD/bin/git-pilebranchname -------------------------------------------------------------------------------- /bin/git-pilecleanupremotebranch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keith/git-pile/HEAD/bin/git-pilecleanupremotebranch -------------------------------------------------------------------------------- /bin/git-pilereset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keith/git-pile/HEAD/bin/git-pilereset -------------------------------------------------------------------------------- /bin/git-pileworktreepath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keith/git-pile/HEAD/bin/git-pileworktreepath -------------------------------------------------------------------------------- /bin/git-rebasepr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keith/git-pile/HEAD/bin/git-rebasepr -------------------------------------------------------------------------------- /bin/git-replacepr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keith/git-pile/HEAD/bin/git-replacepr -------------------------------------------------------------------------------- /bin/git-submitpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keith/git-pile/HEAD/bin/git-submitpr -------------------------------------------------------------------------------- /bin/git-updatepr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keith/git-pile/HEAD/bin/git-updatepr --------------------------------------------------------------------------------