• Seletor de idioma
Rodrigo Gonçalves

Site pessoal

  • Seletor de idioma
  • Seletor de idioma
GIT,  Programming

GIT list status on all directories

novembro 18, 2018

To list status on all git repositories in a folder:

 

 

find . -maxdepth 1 -mindepth 1 -type d -exec sh -c '(echo {} && cd {} && git status -s && echo)' \;

 

(from https://coderwall.com/p/grmruq/git-status-on-all-repos-in-folder)

By Rodrigo

Categorias

  • CentOS (1)
  • GIT (2)
  • iptables (1)
  • java (1)
  • Linux (4)
  • Matlab (1)
  • PhD (1)
  • Programming (4)
  • spring (2)
  • Windows (1)

Latest posts

  • jun 05, 2020 Reducing WSL-2 Memory Usage
  • dez 31, 2019 RDP server on Kubuntu 18.04
  • jan 03, 2019 Java object to JSON serialization
  • jan 03, 2019 Fix serializations issues in spring-boot REST JSON answers
  • nov 22, 2018 IPTables tips
Savona Theme by Optima Themes