31 lines
672 B
Markdown
31 lines
672 B
Markdown
# gitpuller
|
|
|
|
![picture](https://i.imgur.com/paQLRFY.png)
|
|
|
|
Pulling every git repository inside subdirectories of a root folder.
|
|
|
|
Edit the variable "local_repository_folder" to the folder you clone all your repositories.
|
|
```bash
|
|
vi gitpuller.sh
|
|
```
|
|
|
|
Give execution permission on the script and run it:
|
|
```bash
|
|
chmod +x gitpuller.sh
|
|
./gitpuller.sh
|
|
```
|
|
|
|
Optionaly add it to your .bashrc or any other script that is run on a schedule that fit your needs.
|
|
|
|
Profit!
|
|
|
|
## Demo
|
|
|
|
![App Screenshot](https://s10.gifyu.com/images/SrhJE.gif)
|
|
|
|
## Related
|
|
|
|
Progress bar is an adaptation of ephase blog post.
|
|
|
|
[Awesome article](https://xieme-art.org/post/bash-avance-barre-de-progression/)
|