👨💻
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) %(authorname) %(authoremail) %(refname)' --sort=committerdate
3```
-
Contribution activity
January 2025
3
contributions
in private repositories
Jan 4