Skip to content

docs: use --push flag instead of manual git commands#11339

Merged
pelikhan merged 3 commits intomainfrom
copilot/update-upgrade-guide-push-flag
Jan 22, 2026
Merged

docs: use --push flag instead of manual git commands#11339
pelikhan merged 3 commits intomainfrom
copilot/update-upgrade-guide-push-flag

Conversation

Copy link
Contributor

Copilot AI commented Jan 22, 2026

Documentation instructed users to manually run git add, git commit, and git push after gh aw init and gh aw upgrade commands, despite both commands supporting a --push flag that handles this automatically.

Changes

Quick Start (docs/src/content/docs/setup/quick-start.md)

  • Replaced 4-command sequence with single gh aw init --push

Upgrade templates (.github/aw/ and pkg/cli/templates/)

  • Updated post-upgrade instructions to use gh aw init --push
  • Updated template checklists and file change references

Example

Before:

gh aw init
git add .
git commit -m "files added from 'gh aw init'"
git push

After:

gh aw init --push

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /opt/hostedtoolcache/node/24.12.0/x64/bin/node node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Update upgrade guide to use the --push flag instead of documenting the git commands. Same for QuickStart and init

Custom agent used: technical-doc-writer
AI technical documentation writer for GitHub Actions library using GitHub Docs voice


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits January 22, 2026 15:52
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update upgrade guide to use the --push flag docs: use --push flag instead of manual git commands Jan 22, 2026
Copilot AI requested a review from pelikhan January 22, 2026 15:56
@pelikhan pelikhan marked this pull request as ready for review January 22, 2026 15:57
@pelikhan pelikhan merged commit e1c6736 into main Jan 22, 2026
@pelikhan pelikhan deleted the copilot/update-upgrade-guide-push-flag branch January 22, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants