Improvements to the git-bulk: by icodebuster · Pull Request #1054 · tj/git-extras

1. Previously, if the "repository.txt" file did not end with a blank line, only three out of four repositories were cloned. This limitation has been fixed.
2. Now, there is support for cloning repositories into custom folder names when using the "repository.txt" file.

spacewander

spacewander

spacewander

Jobin Kurian and others added 2 commits

July 3, 2023 23:14

@icodebuster

spacewander

@icodebuster icodebuster changed the title I have made two improvements to the git-bulk: Improvements to the git-bulk:

Jul 21, 2023

vanpipy pushed a commit to vanpipy/git-extras that referenced this pull request

Sep 14, 2023
* I have made two improvements to the git-bulk:
1. Previously, if the "repository.txt" file did not end with a blank line, only three out of four repositories were cloned. This limitation has been fixed.
2. Now, there is support for cloning repositories into custom folder names when using the "repository.txt" file.

* Corrected the code indentation.

* removed the extra condition to check is the line was empty or not.

* Updated the comment for the new changes in the code.

---------

Co-authored-by: Jobin Kurian <jobin.kurian@netcorecloud.com>