Skip to content
Akul Mehta Logo
  • Publications
  • Web Projects
  • Snippets
  • Contact
  • Toggle website search
Menu Close
  • Publications
  • Web Projects
  • Snippets
  • Contact
  • Toggle website search
Read more about the article How to Make a Shallow Copy of a Git Repository Without History

How to Make a Shallow Copy of a Git Repository Without History

  • Post published:August 5, 2025
  • Post category:Snippets

Sometimes you want to start a new project using the current state of an existing repository, but you don’t want to bring along all the commit history. This is called…

Continue ReadingHow to Make a Shallow Copy of a Git Repository Without History
Read more about the article How to Copy a Git Repository to a New Remote (and Make It a Template If Needed)

How to Copy a Git Repository to a New Remote (and Make It a Template If Needed)

  • Post published:August 3, 2025
  • Post category:Snippets

Sometimes you need to create a copy of an existing Git repository—maybe to start a new project, share a codebase with a different team, or set up a public starter…

Continue ReadingHow to Copy a Git Repository to a New Remote (and Make It a Template If Needed)
Akul Mehta Logo

Follow Me

  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab

Opinions expressed are solely my own and do not express the views or opinions of my employer.

Copyright Akul Mehta