-
| I'm wondering if there is any way to tell Git to not run any hooks. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            rimrul
          
      
      
        Apr 29, 2021 
      
    
    Replies: 1 comment 3 replies
-
| I don't think there is a command line option for that. You might be able to achieve that result by pointing  | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
      Answer selected by
        dscho
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
I don't think there is a command line option for that. You might be able to achieve that result by pointing
core.hooksPathto a non-existing or empty directory though, so something likegit -c core.hooksPath=/dev/null foomight work.