iiitl / bash-practice-repo-24

0 stars 37 forks source link

Write rm-gitignore script. #3

Open umeshSinghVerma opened 4 months ago

umeshSinghVerma commented 4 months ago

Write a simple script which removes all the files written in the .gitignore files at the root of a git repository.

To find list of all git repos inside current directory you can use: "find . -name .git -type d -prune"

After writing script send a PR mentioning this issue by putting "#" in your PR (optionally also in the commit).

Priyanshu-2005 commented 4 months ago

hey @umeshSinghVerma i would like to work on this issue(write rm-gitignore script) kindly assign this issue to me.

rootCircle commented 4 months ago

hi @Priyanshu-2005 I appreciate your enthusiasm, but as you can see this is an open for all issue, what it simply means is anyone can come and make a PR on that before getting it assigned! So, I will say all the best and go ahead with your implementation/PRs if you haven't done it yet!