Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

multiple git pull at once

find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull ;
Comment

git pull multiple repos at once

find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull ;
Comment

PREVIOUS NEXT
Code Example
Shell :: how to stop brute force attack aws ec2 
Shell :: rh-python36 version check command line 
Shell :: cat from line to line 
Shell :: how we can push code without pulling code on git branch 
Shell :: bash clean-up code 2 
Shell :: prompt user to change password on first login linux expire 
Shell :: gimp front color not enabled 
Shell :: bluetooth turned off even if switched on 
Shell :: How to translate to md5 using linux 
Shell :: log by date 
Shell :: service account impersonation google gcp application credentials 
Shell :: set 
Shell :: startup with docker compose 
Shell :: how to create malware for android in kali 
Shell :: command line filters 
Shell :: generate kubernetes dashboard token longer time 
Shell :: install avogadro on ubuntu 
Shell :: nohup change output file name 
Shell :: docker gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation 
Shell :: asterisk agi script no such file or directory 
Shell :: source script path 
Shell :: git checkout remote branch depth 1 
Shell :: commaand creates a copy of the old file with the new name 
Shell :: reuse an old git branch name after merge 
Shell :: sed replace from match to end of line 
Shell :: changed files git 
Shell :: create local git branch from remote 
Shell :: for in shell script 
Shell :: adobe flash player linux 
Shell :: clone github project / checkout a single branch 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =