Coder Social home page Coder Social logo

untracked file after fastforward about ebola HOT 5 OPEN

cmrivers avatar cmrivers commented on July 25, 2024
untracked file after fastforward

from ebola.

Comments (5)

tallenaz avatar tallenaz commented on July 25, 2024

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:

git add .

Then, the file will be staged, and you can commit and push it.

If you want to clean it out of the working tree:

git clean -n
git clean -f
git add -A
git commit -m 'Add comment'

Then, you can push that change out. The -n flag performs a test run, and the -f flag does the real thing.

from ebola.

cmrivers avatar cmrivers commented on July 25, 2024

Sorry is this something I need to do, or @waleo?

from ebola.

tallenaz avatar tallenaz commented on July 25, 2024

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.

from ebola.

tallenaz avatar tallenaz commented on July 25, 2024

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:

tallenaz@350d50d

and the same from the cleanup branch:

tallenaz@0e1380b

Let me know which commit you'd like pulled, if either, and I'll issue a pull request for that branch. Cheers. :)

from ebola.

cmrivers avatar cmrivers commented on July 25, 2024

That's great, thanks! The cleanup branch please. :-)
On Nov 22, 2014 10:07 PM, "Anthony Zanella" [email protected]
wrote:

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:

tallenaz/ebola@350d50d
tallenaz@350d50d

and the same from the cleanup branch:

tallenaz/ebola@0e1380b
tallenaz@0e1380b

Let me know which commit you'd like pulled, and I'll issue a pull request
for that branch. Cheers. :)


Reply to this email directly or view it on GitHub
https://github.com/cmrivers/ebola/issues/94#issuecomment-64104824.[image:
Web Bug from
https://github.com/notifications/beacon/ABPe9toxi6ItnpSbbunaS6vu_1Jnrksoks5nQUbXgaJpZM4C4k7P.gif]

from ebola.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.