DEV Community

How to maintain a huge repo with sporadic access

Carlos Saito on April 08, 2020

In our team we have the healthy habit of automating our process in simple ways. One simple way of doing it is to create scripts, snippets of code ...
Collapse
 
corentinbettiol profile image
Corentin Bettiol

We use gitlab to store some snippets/repos that contains bash/python scripts (we used gists & github before, some of my gists are public).
Sometimes, we clone them, run them, and delete the local repo.

But I don't really know nodejs or Devops enough to give an advice here ¯_(ツ)_/¯