Learn how to initialize the Graphite CLI in your git repository.
main
or master
). This helps us know where to merge pull requests, and how to synchronize changes from your upstream origin
.
To initialize your repository, run gt init
:
.git/.graphite_repo_config
inside each repository you initialize.
gt init
in your repository, don’t worry! All gt
commands check for initialization first, and will auto-prompt you to choose a trunk branch at the time of running any command.