# Parallel commits with gitwalk

DevFeed: [Parallel commits with gitwalk](<https://devfeed.tech/articles/parallel-commits-with-gitwalk-40729.md>)

Original publisher: [Read original article](<https://radek.io/posts/parallel-commits-with-gitwalk/>)

Published: 2015-11-18T00:00:00Z

Content type: tutorial

Language: en

Sources: [Radek Pazdera](<https://devfeed.tech/sources/radek-pazdera.md>)

Topics: [Git](<https://devfeed.tech/topics/git.md>), [Repositories](<https://devfeed.tech/topics/repositories.md>), [parallel](<https://devfeed.tech/topics/parallel.md>), [Script](<https://devfeed.tech/topics/script.md>), [Bash](<https://devfeed.tech/topics/bash.md>)

Tags: [automated](<https://devfeed.tech/tags/automated.md>), [bash](<https://devfeed.tech/tags/bash.md>), [git](<https://devfeed.tech/tags/git.md>), [merge](<https://devfeed.tech/tags/merge.md>), [parallel](<https://devfeed.tech/tags/parallel.md>), [repositories](<https://devfeed.tech/tags/repositories.md>), [script](<https://devfeed.tech/tags/script.md>)

## AI overview

This tutorial explains how to use gitwalk to select and process multiple Git repositories in parallel. It demonstrates selecting repositories with expressions and using a Bash script to create, commit, and push a file across matching repositories.

## Source excerpt

A tool to manipulate multiple git repositories at the same time