2.1.0 • Published 3 years ago

elevation-pr v2.1.0

Weekly downloads
10
License
ISC
Repository
-
Last release
3 years ago
# first you need a new empty branch; let's call it `newroot`
git checkout --orphan newroot
git rm -rf .

# then you apply the same steps
git commit --allow-empty -m 'root commit'
git rebase --onto newroot --root master
git branch -d newroot

https://stackoverflow.com/questions/645450/insert-a-commit-before-the-root-commit-in-git

2.1.0

3 years ago

1.5.0

3 years ago

2.0.0

3 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago