D
D
des1roer2017-07-16 18:13:57
git
des1roer, 2017-07-16 18:13:57

Git local config?

I want to create a folder\file that will be downloaded once, and then not tracked and not loaded into the rep. How can I do that?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Kirill Romanov, 2017-07-16
@Djaler

Create a template file. For example, config.yml.template. After downloading, it is copied to config.yml and work is done only with it

A
Astrohas, 2017-07-16
@Astrohas

git update-index --assume-unchanged FILENAME
https://toster.ru/answer?answer_id=1053124

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question