Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

i want to merge head with master in git

# Create temporary branch for your detached head
git branch tmp

# Go to master
git checkout master

# Merge in commits from previously detached head
git merge tmp

# Delete temporary branch
git branch -d tmp
Comment

PREVIOUS NEXT
Code Example
Shell :: save admin credentials for program 
Shell :: Add a file or folder to a tar 
Shell :: gitlab local runner run all jobs 
Shell :: sort specific extension by date 
Shell :: linux stop xmrig 
Shell :: linux logrotate output of command 
Shell :: Guardar cambios en una rama nueva 
Shell :: get character frequency in linux 
Shell :: format volume diskpart 
Shell :: ssh to gcp vm 
Shell :: how to convert powershell script to c# code 
Shell :: get specific version of package 
Shell :: git apply 
Shell :: bash .inputrc color tab completion and more 
Shell :: You should recreate configure.ac:7: aclocal.m4 with aclocal and run automake again. 
Shell :: ebola 
Shell :: svn checkout directories recursively 
Shell :: Transfer all the changes made to a single file between git branches 
Shell :: mac terminal copz files 
Shell :: command to set ns in kubectl 
Shell :: Stop ssh connection after execute a script 
Shell :: watch bash second 
Shell :: To exclude files with patterns containing preceding and trailing characters : 
Shell :: How to determine if CPU VT extensions are enabled in bios? 
Shell :: install coreutils 
Shell :: install docker-compose coreos 
Shell :: caddy default tls folder 
Shell :: bash if string does not start with 
Shell :: install node vns 
Shell :: how to check docker-compose logs 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =