CONP-PCNO / CONP-PCNO/git-annex-remote-globus

This repo would ideally need to be "rewritten"

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Currently

```
$> du -scm .git/objects
9 .git/objects
9 total
```
which is too big for what it should be because various files which shouldn't be in git (venv , `__pycache__`) where committed. `testremote` branch already has them gone, but IMHO (earlier than later) with `git filter-branch` the whole history should be rewritten to shrink `.git/objects`

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by comparing the current history with the testremote branch and inspect the oversized .git/objects directory, including the committed venv and __pycache__ files. Review the proposed git filter-branch history rewrite before making changes. Done means the unwanted files are removed from the whole history and the repository's .git/objects size is reduced.

Written by the indexing model from the issue text.

Assessment

Tech stack
git, python
Domain
tooling
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.