RU
Size: a a a
RU
AS
git show-branch --merge-baseAS
AS
AS
AS
AS
AS
AS
AS
% git show-branch --merge-base
No revs to be shown.
AS
% git show-branch --merge-base
No revs to be shown.
AS
% git merge-base --fork-point origin/$CI_COMMIT_REF_NAME
167f27bb4c2cdfa9e58709b8eb409ec00ff3566e
AS
AS
git merge-base COMMIT1 COMMIT2AS
% git log --all --submodule --branches --remotes --tags --graph --oneline --decorate --date-order --reflog
* 167f27bb4 (HEAD, origin/flake8_E2_E3) Add --current flag
* 0bafba0ed Test
* 1ce7e3068 Debug log 2
* e138c82ca Debug log
* 4b6180c5b more debug
* a49c594fc flake8_E2_E3 without sa_profiles, services
* b5753f6cc (origin/master) Merge branch 'xxx' into 'master'
AS
AS
% git log --all --submodule --branches --remotes --tags --graph --oneline --decorate --date-order --reflog
* 167f27bb4 (HEAD, origin/flake8_E2_E3) Add --current flag
* 0bafba0ed Test
* 1ce7e3068 Debug log 2
* e138c82ca Debug log
* 4b6180c5b more debug
* a49c594fc flake8_E2_E3 without sa_profiles, services
* b5753f6cc (origin/master) Merge branch 'xxx' into 'master'
AS
AS
AS