M
M
Max Darkleviathan2021-03-22 13:53:32
Python
Max Darkleviathan, 2021-03-22 13:53:32

How to edit style.css on host via git?

Good afternoon!
The task is quite simple, but on the resources everything is quite confusing.
I need to set up git to edit a single .css file on the host, to get versions, merge them into one file, and control class conflicts if they occur.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Animkim, 2018-02-28
@sHARek

[a-я]*при[а-я]*

S
Stepan Krapivin, 2018-02-28
@xevin

>>> s = 'привет, как дела и твои приведд. и то какприсс'
>>> re.findall(r'(при\w+)', s)
['привет', 'приведд', 'присс']

R
Ruslan., 2018-02-28
@LaRN

There is a good article, really big.
https://habrahabr.ru/post/349860/

A
alex4answ, 2021-03-22
@darkleviathan

1. git pull
2. edit
3. git commit & push

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question