Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git merge vs git merge --no-ff

By default git merge tries to execute a "fast-forward".
- default: Simply moves commits and shifts head of master to the front.
- --no-ff: Creates a merge commit instead.

--no-ff can be desirable if you want git to maintain a history of 
feature branches.          
Comment

PREVIOUS NEXT
Code Example
Shell :: bash while loop 
Shell :: how to find and replace on linux 
Shell :: How to use Github Personal Access Token in Jenkins 
Shell :: ffprobe get duration 
Shell :: ubuntu install terraform 
Shell :: windows reverse shell powershell 
Shell :: localhost wsl 
Shell :: checkout remote branch 
Shell :: docker install ubuntu 22.04 
Shell :: conditional dockerfile 
Shell :: kubectl exec bash 
Shell :: quarkus install cli 
Shell :: install docker in kali linux 
Shell :: The "@angular/compiler-cli" package was not properly installed. 
Shell :: git replace local branch with remote 
Shell :: warning unprotected private key file ec2 
Shell :: find bigger file on linux centos 
Shell :: copy file batch 
Shell :: prittier download ubuntu 
Shell :: How to generate a self-signed certificate SSL HTTPS 
Shell :: installing deb 
Shell :: brew install ubuntu 
Shell :: get all branches git 
Shell :: rm directory not empty mac 
Shell :: install axios 
Shell :: how to activate virtual environment in ubuntu 20.04 
Shell :: install bootstrap in angular 10 
Shell :: install nano in docker container 
Shell :: mac address in linux 
Shell :: dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =