Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-rath/scripts
A collection of useful scripts & loose code - PRs welcome!
https://github.com/g-rath/scripts
Last synced: 9 days ago
JSON representation
A collection of useful scripts & loose code - PRs welcome!
- Host: GitHub
- URL: https://github.com/g-rath/scripts
- Owner: G-Rath
- Created: 2019-07-15T23:03:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T23:24:46.000Z (4 months ago)
- Last Synced: 2024-10-11T10:16:54.018Z (25 days ago)
- Language: Shell
- Size: 75.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scripts
This is a loose collection of "scripts" that I have had use for, and that I want
to keep around somewhere just in case.PRs & issues are welcomed, so feel free to ask questions, request help, improve
existing stuff (any form of documentation is especially welcomed<3), and point
out flaws.While the majority of scripts are written in shell, there are a few scripts
powered by Node/JS. These require Node 12+, but otherwise have no dependencies -
the `package.json` in the repo provides only dev dependencies such as
`TypeScript` & `Prettier`.Some details on the files so far:
### `git-compare-between-branchs`
Commands & stuff for easily comparing branches; this is useful for gitflow
stuff.It can help you answer "What branches have been merged on both `master` and
`production`?".