-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write rm-gitignore script. #3
Labels
Comments
hey @umeshSinghVerma i would like to work on this issue(write rm-gitignore script) kindly assign this issue to me. |
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! |
Karanagarwal12
added a commit
to Karanagarwal12/bash-practice-repo-24
that referenced
this issue
Mar 16, 2024
This was referenced Mar 17, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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).
The text was updated successfully, but these errors were encountered: