RSSAmplifier

Daniel Siepmann - Coding is Art - All Blog Posts · Feb 8, 2023

Ease working with Git Forks

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

My usual workflow for working on forks looks like this: Clone the original repo, add my own fork as second remote. Fetch all changes from original repo, create a new branch, and push this branch to my own fork. The pushing is where the default sucks. Git will by default push to origin which is the original repo without push rights. I'll explain two solutions I've used so far to ease this little…

Read on daniel-siepmann.de

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.