Linked Questions

6 votes
1 answer
2k views

How to update a fork on github [duplicate]

I forked a repo on github and changed a couple of things. The original repo has committed a couple of things. How can I update my fork without re-forking and undoing all my changes?
Atrotors's user avatar
  • 785
2 votes
1 answer
2k views

Can I keep a forked github repo up to date from original? [duplicate]

If I fork a repo so I can add my own changes, am I essentially cutting myself off from any new modifications or changes to the original repo, or can I update my forked version with the new changes and ...
Lee's user avatar
  • 4,288
0 votes
1 answer
1k views

How can I keep an updated clone of a remote repository that I contribute to (VSCode)? [duplicate]

I have recently been added as a collaborator to a GitHub repository. My question is how do I 'link' my clone of the repository with the remote version, so that my clone stays updated with the remote ...
Nick Pfeiffer's user avatar
-2 votes
2 answers
1k views

Git How to develop own version of software while keeping main repository changes [duplicate]

I wanted to (fork? branch?) develop my own features on an open source repository, while keeping changes that are made to main repository For example Main_repository < where original developers do ...
Grzegorz's user avatar
  • 3,588
0 votes
1 answer
652 views

Merge original repo updates into a private cloned/forked repo [duplicate]

My goal is to clone or fork a project to make modifications to it, but I would like to keep benefitting from updates made to the original (be either from the master branch or others) and merge them to ...
ghylander's user avatar
  • 156
-2 votes
2 answers
352 views

Update pull requests (add commits) [duplicate]

How can I update pull requests? I tried it over and over but all I get is another pull request! P.S. I don´t want to do it with git bash!
Anselm's user avatar
  • 7,728
0 votes
1 answer
528 views

how to pull the changes from main branch to forked branch? [duplicate]

How to pull the changes from the main repository to the forked repository? forked branch <- main branch
Naga Lokesh Kannumoori's user avatar
-2 votes
1 answer
225 views

Git: merge full repo with another one [duplicate]

First of all, i am a completely noob in github... The problem is that I have a forked repo, and this is updated very often. How to merge the entire repo with my project? Also, they created a new ...
CappyT's user avatar
  • 9
0 votes
1 answer
174 views

Github, pulling/updating from upstream after forking [duplicate]

Assuming I want to contribute to an open source project and in order to do so I fork the project into my own remote repository on my account. I then clone this repository and create a new branch and ...
Eladian's user avatar
  • 958
0 votes
1 answer
101 views

Updating master branch within fork [duplicate]

I have cloned a fork of my team project and I have code that is not yet deployable but I have to move on for the time being with the current changes in master so I can complete the next iteration of ...
user avatar
0 votes
1 answer
76 views

updating changes from an original master to fork, then add previously saved changes [duplicate]

I have a fork from a code uploaded on github. After cloning the fork to my computer, I've adjusted some parts of the code. However, The original code itself has been modified by the writers. What I ...
Mohammed Hadi's user avatar
0 votes
0 answers
63 views

How to keep forked version of github project synced and what flow to use while committing changes? [duplicate]

I was thinking of contributing to a slider project that I use in a lot of my projects. GITHUB LINK. I have a github account and have seen a few github tutorials, but I have a question, after I fork ...
Alexander Solonik's user avatar
0 votes
0 answers
26 views

How to maintain changes on top of a mirrored/forked git repo? [duplicate]

There is an external repo that is updated regularly. I maintain a fork of that repo. I want to get the updates from the upstream repo and build releases with the latest changes. My fork is mostly just ...
Brendan Abel's user avatar
  • 36.8k
0 votes
0 answers
15 views

Merging a new version of a repository into my current one [duplicate]

My current repository (A) is based of an older version of repository B. Now B has updated and I want to merge the changes of repository B onto my repository A. Note the two repository has different ...
cap_x's user avatar
  • 1
6459 votes
34 answers
4.3m views

How do I change the URI (URL) for a remote Git repository?

I have a repo (origin) on a USB key that I cloned on my hard drive (local). I moved "origin" to a NAS and successfully tested cloning it from here. I would like to know if I can change the ...
Bite code's user avatar
  • 591k

15 30 50 per page
1
2 3 4 5
7