-
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
#3 :adding feature rm-gitignore #27
Conversation
hi @piyushkumar079, clean implementation! can you briefly explain what your code does? |
also, you can print a helpful message if current working directory is not a git directory rather than |
ping me here when you're done with those, so we can move forward with your PR! |
… a Git repository
@rootCircle Changes |
In the comment in code you wrote and I quote |
LGTM 👍 I have accepted your PR, but haven't closed it until for your explanation! |
yes as quoted from the moderator |
great explanation @piyushkumar079! LGTM, accepted |
#3 : Clean Ignored Files in Git Repos
This script removes ignored files from Git repositories using git clean -Xdf.
Added Comments in code to explain the same