You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An empty repository. A single, empty commit. Perfect base for all projects to inherit from, which makes all of them mergable by default. RUN: `git remote add empty https://github.com/EmptyAAS/empty.git ; git fetch empty && git rebase --onto empty/init`. Done. Now have fun commiting away, knowing you can merge with any other project with this start