Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (13 loc) · 318 Bytes

UPDATE.md

File metadata and controls

13 lines (13 loc) · 318 Bytes
git clone [email protected]:angristan/Casper-XYZ.git
cd Casper-XYZ
git remote add upstream https://github.com/TryGhost/Casper.git
git fetch upstream
git merge upstream/master
# Resolve conflicts (accept incoming changes)
yarn install
yarn zip
git add -A
git commit -m "Merge upstream, update to 2.4.0"
git push