Languages
[Edit]
EN

Git / Bash - pull all projects together

7 points
Created by:
Emerson-V
333

In this short article we are going to show, how to create Bash script that runs git pull command on all repositories.

Quick solution (create pull-all.sh script):

Script running:

Note: don't forget to add executable permissions: chmod u+x pull-all.sh.

Example output:

 

Automatic repositories detection

Edit

In this section you can see approach that scans sibling directories to find and pull git repositories.

pull-all.sh script file:

 

See also

Edit
  1. Bash - get current script directory path 

Alternative titles

  1. Git / Bash - pull all repositories together
  2. Git / Bash - how to pull all projects together?
  3. Git / Bash - how to pull all repositories together?
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

Git

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join