Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

tag stale git branches to remove them but be able to restore them if necessary

git tag archive/<branchname> <branchname>
 git branch -D <branchname>
 git branch -d -r origin/<branchname>
 git push --tags
 git push origin :<branchname>
Comment

PREVIOUS NEXT
Code Example
Shell :: raccoon scanner error command not found 
Shell :: Using sed to find and replace complex string (preferrably with regex) 
Shell :: change local Git email address to match GitHub account email 
Shell :: mnet - git config user 
Shell :: protonup no such file or directory 
Shell :: apt-get update qq 
Shell :: move all files in one folder to another too many files mv: Argument list too long 
Shell :: removing large files 
Shell :: how to move a bunch of files into a folder with mv 
Shell :: digital ocean how to install joomla 16.04 
Shell :: stash recrusive submodules 
Shell :: how to update github cil on windows 
Shell :: remove data from realtime database 
Shell :: virtmanager network autostart 
Shell :: hbase put command terminal 
Shell :: save and close cron after modification 
Shell :: gitlab ci credentials store 
Shell :: merge large amount of fastq files into a single one 
Shell :: sh file get runtime 
Shell :: what is set in ubuntu 
Shell :: maven archetype magnilia 
Shell :: dotenv node github 
Shell :: sed insert string at beginning of line matching pattern 
Shell :: ubuntu apt install default path 
Shell :: . ~/ms_env.sh 
Shell :: Mirror Repository Ubuntu 19.10 
Shell :: oracle number of cpus 
Shell :: decodificador h.264 necessario para reproduzir ubuntu 20 
Shell :: How install CoolTerm on Linux? 
Shell :: sudo nano search 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =