👨💻
Coding for dream
Highlights
Pinned Loading
-
electron-playwright-e2e-test-quick-start
electron-playwright-e2e-test-quick-start PublicElectron Playwright Example on GitHub Actions Workflow for CI/CT & E2E Testing
-
Delete Remote Tags on Git by Pattern
Delete Remote Tags on Git by Pattern 1For example, delete all remote tags with name prefix builds (build-xxx, buildxxx...):
23```bash
4git fetch --tags --all
5git push -d origin $(git tag -l "build*")
-
List all branches of git repo with c...
List all branches of git repo with creator name and email 1```bash
2git for-each-ref --format='%(committerdate) %09 %(authorname) %(authoremail) %09 %(refname)' --sort=committerdate
3```
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.