M
M
Maxim Grechushnikov2014-09-10 10:18:14
git
Maxim Grechushnikov, 2014-09-10 10:18:14

How to reduce the size of GIT?

There were a lot of changes in the course of work. As a result, the git now weighs 2.5 gigabytes. is it possible to somehow cut off the history of not even a year ago, but better than a month ago?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Krasnodemsky, 2014-09-10
@Prognosticator

Yes, you can reduce the size of the repository.
For example, removing heavy binaries.
Read about git filter-branch
Clean Up History -git rebase

D
DancingOnWater, 2014-09-10
@DancingOnWater

Merge commits with git rebase.
Well, git-archive has not been canceled

D
Damir Makhmutov, 2014-09-10
@doodoo

You can still like this prune/gc

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question