All original content is created in Ukrainian. Not all content has been translated yet. Some posts may only be available in Ukrainian.Learn more

How to make an empty git commit?

Post cover: How to make an empty git commit?
Table of contentsClick link to navigate to the desired location
This content has been automatically translated from Ukrainian.
We make an empty hit comit. Everyone has their own goals for this action. In my case - trigger CI.
git commit --allow-empty -m "Your commit text"
In the working branch, most likely you will write the text in English, so:
git commit --allow-empty -m "Trigger Build"
Please note the check box --allow-empty, it is he who makes the magic and allows you to commit without changing the code.
And after that you can send the code to remote:
git push origin main
main is the branch where the push will be made. Also read which stands for origin at the link if you don't know yet.

Why might an empty commit be needed?

It is usually needed to provoke (trigger ) CI or some hook. That is, running or testing running integrations, hooks, scripts, etc. without changes in the code. That is, you don't need to make any change in the code, for example, adding an empty term or some comment to make a push.

This post doesn't have any additions from the author yet.

Що означає помилка 'is out of range' в Ruby on Rails? Range Error - Integer with limit 4 bytes
13 Jun 07:18

Що означає помилка 'is out of range' в Ruby on Rails? Range Error - Integer with limit 4 bytes

meme code
meme code@memecode
Що таке імутабільність та мутабільність?
19 Jun 07:48

Що таке імутабільність та мутабільність?

meme code
meme code@memecode
[Ruby] Що повернеться в результаті складання 10.5 та 10?
23 Jun 13:23

[Ruby] Що повернеться в результаті складання 10.5 та 10?

meme code
meme code@memecode
[Ruby] Чим відрізняються змінні, що починаються з @, @@ та $?
23 Jun 14:00

[Ruby] Чим відрізняються змінні, що починаються з @, @@ та $?

meme code
meme code@memecode
Що таке функція в програмуванні?
24 Jun 18:15

Що таке функція в програмуванні?

meme code
meme code@memecode
[Фікс] extconf.rb failed під час встановлення Ruby-бібліотеки Gosu
27 Jun 16:38

[Фікс] extconf.rb failed під час встановлення Ruby-бібліотеки Gosu

meme code
meme code@memecode
Ruby-бібліотека Gosu для створення 2D-ігор
29 Jun 08:48

Ruby-бібліотека Gosu для створення 2D-ігор

meme code
meme code@memecode
Gosu Ruby Tutorial - пройдемось по офіційній документації
03 Jul 11:50

Gosu Ruby Tutorial - пройдемось по офіційній документації

meme code
meme code@memecode
Пишемо демо-гру Drones vs Zombies (Gosu / Ruby)
12 Jul 12:17

Пишемо демо-гру Drones vs Zombies (Gosu / Ruby)

meme code
meme code@memecode
How to fix a Windows crash caused by CrowdStrike?
19 Jul 13:53

How to fix a Windows crash caused by CrowdStrike?

meme code
meme code@memecode
Що означає .map(&:name) в Ruby?
28 Jul 11:18

Що означає .map(&:name) в Ruby?

meme code
meme code@memecode
Як працює метод map в Ruby? Огляд роботи методу з прикладами
30 Jul 07:33

Як працює метод map в Ruby? Огляд роботи методу з прикладами

meme code
meme code@memecode