Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git diff without change mode

git diff --summary | grep --color 'mode change 100755 => 100644' | cut -d' ' -f7- | xargs -d'
' chmod +x
git diff --summary | grep --color 'mode change 100644 => 100755' | cut -d' ' -f7- | xargs -d'
' chmod -x
Comment

PREVIOUS NEXT
Code Example
Shell :: execution policy powershell single script 
Shell :: scp local to ssh aws 
Shell :: composer reinstall all packages 
Shell :: Endpoint Security VPN build 986000724 is already installed on this computer. 
Shell :: run shell script linux 
Shell :: how to create release in github 
Shell :: grep count words 
Shell :: brew install 
Shell :: how to make QtWebengine have smooth scrolling 
Shell :: windows commandline zip 
Shell :: open jar file with command prompt 
Shell :: how to check ssh version 
Shell :: The current application is not compatible with NativeScript CLI 8.0.2 
Shell :: check iptables rules in kubernetes service 
Shell :: list all files in a directory and subdirectory linux 
Shell :: install grub efi arch 
Shell :: zsh problem: compinit:503: no such file or directory 
Shell :: require php mailer 
Shell :: Git push --help fast-forwards 
Shell :: git delete commit 4785cd1e041 
Shell :: avro for debian 
Shell :: downgrade ruby version ubuntu 
Shell :: git copy folder from another branch 
Shell :: install mongoes 
Shell :: bash array append 
Shell :: how to reinstall alsa 
Shell :: linux delete files created at some year 
Shell :: git change author of last 2 commits 
Shell :: ffmpeg from frames range to video 
Shell :: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =