Created
          February 17, 2022 21:25 
        
      - 
      
- 
        Save diegogub/07c5c403b19241b98920e8135cecfafa to your computer and use it in GitHub Desktop. 
    git status
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | for d in `find $1 -name ".git"`;do | |
| echo $d | |
| cd ~/${d%/.git} && git status -s | |
| done | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment