On Thu, Jun 28, 2018 at 9:46 AM, Pratik Karki <predatoramigo@xxxxxxxxx> wrote: > diff --git a/builtin/rebase.c b/builtin/rebase.c > new file mode 100644 > index 000000000..1152b7229 > --- /dev/null > +++ b/builtin/rebase.c > @@ -0,0 +1,55 @@ > +/* > + * "git rebase" builtin command > + * > + * Copyright (c) 2018 Pratik Karki > + */ [...] > + die("TODO"); > +} > \ No newline at end of file Please add a newline at the end of the files you create.