Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

! [rejected] main -> main

1. First run this
git fetch origin main
git merge origin main

2. Then run this commands
git fetch origin main:tmp
git rebase tmp
git push origin HEAD:main
git branch -D tmp
Comment

! [remote rejected] main -> main

sudo git config --bool core.bare true
Comment

PREVIOUS NEXT
Code Example
Shell :: Ubuntu open terminal in current folder with shortcut 
Shell :: bash string length 
Shell :: cut tab linux 
Shell :: git list stashes 
Shell :: .nvm bash 
Shell :: git rev-parse --short HEAD 
Shell :: github visualise branches 
Shell :: kubectl neat not found 
Shell :: git tag a previous commit 
Shell :: powershell merge multiple text files 
Shell :: linux append content of file to another linux 
Shell :: is ubuntu debian 
Shell :: start kafka locally 
Shell :: how toinstall npm on manjaro 
Shell :: bash delete folder 
Shell :: remove cuda windows cmd 
Shell :: Merging multiple kube config files in to one 
Shell :: gcc 7 install ubuntu 
Shell :: docker install ubuntu 22.04 
Shell :: install neofetch on ubuntu 
Shell :: nvm remove node version 
Shell :: git remote using ssh 
Shell :: linux curl follow redirect 
Shell :: linux mail delete all 
Shell :: git get develop changes to my branch 
Shell :: how to remove git from vs code 
Shell :: installing deb 
Shell :: copy partition to another disk linux 
Shell :: docker splunk 
Shell :: bash for loop multiple statements 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =