Hi Boris, To be honest this is not an airflow question, but a git question.
If you havent made any changes to the code, why don’t you delete the test folder and cone again? B. > On 20 Apr 2017, at 13:42, Boris Tyukin <[email protected]> wrote: > > I just did this > > $ git clone [email protected]:apache/incubator-airflow.git test > $ cd test > $ git status > > and getting this right away - > # On branch master > # Changed but not updated: > # (use "git add <file>..." to update what will be committed) > # (use "git checkout -- <file>..." to discard changes in working > directory) > # > # modified: airflow/www/static/nv.d3.js > > but I did not touch that file. I cannot do rebase or commit: > > cannot rebase: you have unstaged changes > D airflow/www/static/nv.d3.js > > > This is really weird, please help > > > > > On Wed, Apr 19, 2017 at 11:19 PM, Boris Tyukin <[email protected]> > wrote: > >> hey guys, >> >> want to submit my first tiny PR and once I fork airflow and clone my repo >> get this message below: >> >> I cannot commit / rebase and I cannot find a way to remove this file. Is >> it only my who has this issue? >> >> git status >> # On branch master >> # Changed but not updated: >> # (use "git add <file>..." to update what will be committed) >> # (use "git checkout -- <file>..." to discard changes in working >> directory) >> # >> # modified: airflow/www/static/nv.d3.js >> >>
