Giter VIP home page Giter VIP logo

Comments (4)

ysakasin avatar ysakasin commented on May 29, 2024

検証環境

https://github.com/ysakasin/bcdice-rebase-test

rebase方法

BFGを使用

bfg --delete-files bcdice.exe

rebase前

➤ git clone [email protected]:ysakasin/bcdice-rebase-test.git
Cloning into 'bcdice-rebase-test'...
remote: Enumerating objects: 9656, done.
remote: Counting objects: 100% (9656/9656), done.
remote: Compressing objects: 100% (2136/2136), done.
remote: Total 9656 (delta 7507), reused 9656 (delta 7507), pack-reused 0
Receiving objects: 100% (9656/9656), 294.16 MiB | 3.85 MiB/s, done.
Resolving deltas: 100% (7507/7507), done.

294.16 MiB

rebase後

v2ブランチあり

➤ git clone [email protected]:ysakasin/bcdice-rebase-test.git bcdice-rebased
Cloning into 'bcdice-rebased'...
remote: Enumerating objects: 1278, done.
remote: Counting objects: 100% (1278/1278), done.
remote: Compressing objects: 100% (1025/1025), done.
remote: Total 10934 (delta 244), reused 1278 (delta 244), pack-reused 9656
Receiving objects: 100% (10934/10934), 294.41 MiB | 4.27 MiB/s, done.
Resolving deltas: 100% (7751/7751), done.

294.41 MiB

v2ブランチ削除後

➤ git clone [email protected]:ysakasin/bcdice-rebase-test.git bcdice-rebased-2
Cloning into 'bcdice-rebased-2'...
remote: Enumerating objects: 1279, done.
remote: Counting objects: 100% (1279/1279), done.
remote: Compressing objects: 100% (1026/1026), done.
remote: Total 9495 (delta 244), reused 1278 (delta 244), pack-reused 8216
Receiving objects: 100% (9495/9495), 8.50 MiB | 2.84 MiB/s, done.
Resolving deltas: 100% (7454/7454), done.

8.50 MiB

from bcdice.

ysakasin avatar ysakasin commented on May 29, 2024

BFGを使用するとtagも書き換わるので、上書きする必要がある

git push origin --tags

from bcdice.

ysakasin avatar ysakasin commented on May 29, 2024

2020/09/01 に作戦開始したい

from bcdice.

ysakasin avatar ysakasin commented on May 29, 2024

v2ブランチを削除しました

from bcdice.

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.