kelos-dev / kelos-dev/kelos

self-development: remove git fetch --shallow

Open
#953 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

actor/kelos kind/cleanup priority/backlog triage-accepted
Dominant language
Go
Stars
331
Forks
40
Avg merge
1d 21h
Merged PRs (30d)
70

Description

remove git fetch --shallow to avoid a full git clone.

we can remove it and git fetch origin main(base) with --depth N to do the git rebase.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the repository for the git fetch --shallow command and inspect the surrounding self-development workflow. Check how the existing fetch and rebase steps use origin main; done means removing the shallow fetch while preserving a depth-limited fetch sufficient for the rebase, with the relevant workflow or script still completing successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
git
Domain
ci-cd
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.