Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

merge and delete branch

git merge source-branch && git branch -d source-branch
Comment

delete merge branch git

git branch -r --merged | grep -v master | sed 's/origin//:/' | xargs -n 1 git push origin
Comment

PREVIOUS NEXT
Code Example
Shell :: linux how many cores 
Shell :: kafka confluent download 
Shell :: Host key verification failed. fatal: Could not read from remote repository. 
Shell :: Creating a new Laravel application 
Shell :: raspberry pi install vscode via command line 
Shell :: bat cd to directory 
Shell :: wget file from google drive 
Shell :: Updating Packages in WSL 
Shell :: gem install version 
Shell :: ufw add rule with comment 
Shell :: update psql version 
Shell :: Failed to bind to address http://localhost:5110 
Shell :: github git init main 
Shell :: no wifi adapter found ubuntu 18.04 
Shell :: git diff of a file between two commits 
Shell :: run mongodb locally 
Shell :: read string by string in file in linux 
Shell :: bash date of file 
Shell :: add username password git 
Shell :: javascript to exe 
Shell :: elk max virtual memory areas vm.max_map_count [65530] is too low 
Shell :: bash command to clean up log files in /var/log 
Shell :: install fira code ubuntu 
Shell :: generate git ssh key 
Shell :: git stash pop single file 
Shell :: install kali desktop kde environment 
Shell :: install docker linux 
Shell :: install cp in windows cmd 
Shell :: change git repository 
Shell :: expand aliases 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =