Attack on Code logo
ATTACK ON CODE

Git Commands

The CLI delegates version-control work to the installed Git executable:

aoc init
aoc clone examforge
aoc add .
aoc commit -m "Implement task"
aoc push
aoc pull --rebase
aoc branch list
aoc branch create feature/AOC-184
aoc switch feature/AOC-184

Git hooks, .gitconfig, remotes, SSH, HTTPS, and credential helpers continue to work normally.