-
Notifications
You must be signed in to change notification settings - Fork 144
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
untracked file after fastforward #94
Comments
I'm not sure if you want to recover the untracked file, or remove it from the working tree, but here are the methods to do each: If you want to recover the untracked file:
Then, the file will be staged, and you can commit and push it. If you want to clean it out of the working tree:
Then, you can push that change out. The |
Sorry is this something I need to do, or @waleo? |
Anyone who checks the repository out can do it. I'm happy to submit a pull request if you like :) In that case, just let me know if you want the file added, or cleaned out. |
I took the liberty of forking the repo, and I have a couple of branches: one that re-adds the untracked file, and another that cleans it out of the master branch. Here's the relevant commit from the re-adding branch: and the same from the cleanup branch: Let me know which commit you'd like pulled, if either, and I'll issue a pull request for that branch. Cheers. :) |
That's great, thanks! The cleanup branch please. :-)
|
Hello,
After my last merge from upstream/master this file is showing up as untracked
"drcongo_data/originals/OMS_Rapport de Situation 01_Cas de gastro-ent\303\251rite h\303\251morragique et f\303\251brile.pdf"
After removing it locally, git thinks it needs to be git removed, which is weird. git ls-files shows it has been removed.
The text was updated successfully, but these errors were encountered: