From fc9f537445b0e3f0bc09a42998e338cb64902f68 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 17 Feb 2016 03:11:32 +0900 Subject: [PATCH] doc: Add comment about git push -f --- _docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/README.md b/_docs/README.md index 5d413f076..035c97f58 100644 --- a/_docs/README.md +++ b/_docs/README.md @@ -21,4 +21,4 @@ 2. Generate the doc 3. Add tag like v1.2.0-rc1 4. Deploy JavaScript files to github.com/hajimehoshi/ebiten.pagestorage - 5. Deploy the doc + 5. Deploy the doc (You might see confliction. Unfortunately, we might have to use git push -f (See https://gist.github.com/cobyism/4730490#gistcomment-1394421))