We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Author Kit is a Github repository template. As such, when you use it, you will start with a clean history.
There may be times you want to get the latest from the template project itself.
$ git remote add template https://github.com/aemsites/author-kit.git
$ git fetch template
git merge template/main --allow-unrelated-histories
Note: the unrelated histories is important as these will be two separate projects with two separate histories.
git checkout template/main -- path/to/file.ext