Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 332 Bytes

UPDATING.md

File metadata and controls

23 lines (16 loc) · 332 Bytes

Updating (console)

git pull

If you forked this repo, you may add this repository as a remote template:

git remote add template git@github.com:chevere/docs-deploy.git

Fetch remote template:

git fetch template

Merge remote template:

git merge template/main --allow-unrelated-histories