Opdater Github-fork med sidste nyt fra den oprindelige kilde (source)
Sådan kan du med Git indlæse sidste nye ændringer fra den oprindelige kilde, hvor fra du har lavet et fork.
Indledning
Tilføj remote repository
git remote -v
origin https://github.com/exetico/exetico.github.io (fetch)
origin https://github.com/exetico/exetico.github.io (push)git remote add upstream https://github.com/johno/pixyllgit remote -v
origin https://github.com/exetico/exetico.github.io (fetch)
origin https://github.com/exetico/exetico.github.io (push)
upstream https://github.com/johno/pixyll (fetch)
upstream https://github.com/johno/pixyll (push)Synkroniser med dit upstream fork
PreviousØg batteritiden på Linux Mint og Ubuntu med TLPNextOpenSSH daemon konfiguration (sshd config) - Hurtig forbindelse m. ssh
Last updated