Skip to content

Commit

Permalink
Add info about merging upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
countableSet committed Apr 7, 2022
1 parent cef598b commit ac4c9c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,13 @@ If you need to include source maps in the bundle, you can do so by setting the `
$ SOURCEMAPS=true gulp bundle

In this case, the bundle will include the source maps, which can be used for debugging your production site.

=== Merge Upstream

[source,bash]
----
git remote add upstream git@gitlab.com:antora/antora-ui-default.git
git fetch upstream
git checkout master
git merge --no-ff upstream/master
----

0 comments on commit ac4c9c6

Please sign in to comment.