Skip to content

Updating AstroPaper

Updated: at 14:07 GMTSuggest Changes

Add AstroPaper as a remote repository

git remote add ap https://github.com/satnaing/astro-paper
git merge ap/main --allow-unrelated-histories

Fetch updates if the remote repository already exists

git fetch ap main

Resolve conflicts manually

I use VS Code so it’s a painful process to look at code line by line.

Commit and push changes

git commit -m 'Merge from astropaper'
git push
Leave a comment 💬

Previous Post
Deploying to Cloudflare Pages using Bun
Next Post
Adding Twikoo comment system to Astro