diff --git a/VCS_SCM/Git-Commands b/VCS_SCM/Git-Commands index 018057437a38b2e62cfcc5bc28ed3402f964408b..7b0fced8f7de7dad677141a77f515827d35a085b 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