Home > front end >  Replace repo's branch content without clone
Replace repo's branch content without clone

Time:03-09

I maintain an internal repo that is meant to mirror specific versions in a public repo. Something like this:

$ git log --pretty=oneline

13er55 (HEAD -> main, tag: 0.2.0, origin/main) Import version 0.2.0            
  •  Tags:  
  • git
  • Related