M
M
MyRandomName2018-03-22 12:00:52
git
MyRandomName, 2018-03-22 12:00:52

How to silently change git history?

There are 2 branches, master & dev, and 2 users A & B
example:

master -> A1 - B1 - A2 - A3
                 \
dev    ->         B2 - A4

Is it possible to change the A1 commit so that the master & dev branch would not be overwritten, but the changes were in A3 and A4 as well?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Varlamov, 2018-03-22
@MyRandomName

so that the master & dev branch is not overwritten

no. after all, this is what git was created for

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question