My Personal website - Project MB · Feb 14, 2021
Setup a local project from a fork repository
0Sign 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.
How to setup a local project from a fork repository on Windows 10 using WSL2. Fork the repository. Switch to local development folder: cd D:/localdevelopment/ Clone your forked repository on the local development enviroment. Add a new upstream repository: git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git Verify both repositories are correct setup: git remote -v To…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.