UNPKG

@johnlindquist/file-forge

Version:

File Forge is a powerful CLI tool for deep analysis of codebases, generating markdown reports to feed AI reasoning models.

11 lines (8 loc) 232 B
**Step 3: Push Branch** - **Goal:** Share changes to remote repo for PR. - **Action:** Push branch to remote. ```bash git push -u origin {{BRANCH_NAME}} ``` - **Verify:** Check output confirms successful push to remote. ---