Skip to content

Commit ae87f46

Browse files
authored
Update README.md
1 parent df777c7 commit ae87f46

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@ Before setup a token to use as `GITLAB_PASSWORD` here https://gitlab.com/profile
3636
The token must have `read_api`, `read_repository` & `write_repository` permissions in GitLab.
3737
For granular permissions create seperate users and tokens in GitLab with restricted access.
3838

39-
### Force push
40-
41-
If you're rewriting history in the primary repo (e.g by using `git rebase`), you'll need to force push. Set the FORCE_PUSH environment variable to `true` to enable this. This will overwrite history in teh mirror as well, so be careful with this (just like any time you're using `git push --force`).
39+
If you're rewriting history in the primary repo (e.g by using `git rebase`), you'll need to force push. Set the `FORCE_PUSH` environment variable to `true` to enable this. This will overwrite history in the mirror as well, so be **careful with this** (just like any time you're using `git push --force`).

0 commit comments

Comments
 (0)