Skip to content
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

Solving your .gitignore issue #4

Open
kabirnagral opened this issue Feb 10, 2018 · 2 comments
Open

Solving your .gitignore issue #4

kabirnagral opened this issue Feb 10, 2018 · 2 comments

Comments

@kabirnagral
Copy link
Contributor

To solve your .gitignore issue, I would suggest the following steps:

First and foremost, commit and push any changes you have made.

Then, in the directory of your project in the terminal enter the following commands:
git rm -rf --cached .
git add .

Sourced from here.

@Pyeskyhigh
Copy link
Owner

Pyeskyhigh commented Feb 11, 2018

What do I do then? Just push?

Thanks btw!

@kabirnagral
Copy link
Contributor Author

Yeah. After that, you commit and push.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants