From 8802bbd3befe2479d759a840f38ad40c50a4b7a3 Mon Sep 17 00:00:00 2001 From: 9devops9 Date: Sun, 15 Sep 2024 07:10:52 +0000 Subject: [PATCH] Git-Commands --- VCS_SCM/Git-Commands | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VCS_SCM/Git-Commands b/VCS_SCM/Git-Commands index 0180574..7b0fced 100644 --- a/VCS_SCM/Git-Commands +++ b/VCS_SCM/Git-Commands @@ -132,7 +132,9 @@ git log --pretty=oneline | tail -n NO git merge -h git merge COMMIT_ID # take particular commit id from source branch to merged with currently working branch git merge BRANCH_NAME # current branch merged with target branch -git merge --abort +git merge --abort # +git branch --merged # lists branches that have been merged +git branch --no-merged # lists branches that have not been merged [Pull] git pull -- GitLab