In git, how would you return a commit that has just been pushed and made open?
Answer Posted / Sonu Prakash
To return a commit that has just been pushed and made open, you can use the following command:n$ git show <commit-hash>nReplace `<commit-hash>` with the actual hash of the committed changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers