My question is perhaps very basic, but how do I edit a specific file from a version commit (whose author is a colleague working on the same remote repo as me) from which I know the SHA ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If what you want is to get the content of the file, you can do
If you want to see the differences between current version of the file with the one of the commit, you may do
If you want to replace current version of the file with the one of the commit, you may do