Answers for "git check a specific commit"

2

how to check if a commit is in a branch

// This command gets all the branches that contain the specific commit id
git branch --contains $COMMIT_ID
Posted by: Guest on September-08-2021
0

View a Particular Commit

git show 1af17e73721dbe0c40011b82ed4bb1a7dbe3ce29
Posted by: Guest on December-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language