Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

github howto contribute fork 2 commits behind

# Clone your fork
git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

# Add remote from original repository in your forked repository
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream

# Update your frk from original repo to keep up with their changes
git pull upstream master
Comment

PREVIOUS NEXT
Code Example
Shell :: copy terminal settings ubuntu 
Shell :: ansible playbook to set passwordless sudo 
Shell :: postgresql.conf position 
Shell :: open folder in terminal mac 
Shell :: docker-compose.yml ubuntu 
Shell :: homebrew tomcat 
Shell :: how to speed up internet connection ubuntu 20 
Shell :: github claims I have a large file that 
Shell :: bash concatenate string variables 
Shell :: bash for in loop 
Shell :: kali metapackages detail 
Shell :: helm commands 
Shell :: add ufw rule from 
Shell :: linux -ltr 
Shell :: archive file 
Shell :: configurar chave ssh gitlab 
Shell :: index of string in shell 
Shell :: awk and grep in linux for waht 
Shell :: scp copy directories 
Shell :: ubuntu path of saving screenshots 
Shell :: install k3s on ubuntu 
Shell :: git show whole file at commit 
Shell :: commit your changes 
Shell :: apt upgrade full 
Shell :: rename a local and remote git branch 
Shell :: letsencrypt error 
Shell :: dokcer remove image 
Shell :: copying directories in linux 
Shell :: redirect stderr to file linux 
Shell :: curl with regex 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =