N
N
Nick Bukovskiy2017-11-06 18:17:10
git
Nick Bukovskiy, 2017-11-06 18:17:10

How to make a pool to a specific commit?

Can I somehow make a pool from github / gitlab to the local folder not of the last commit, but of the penultimate one or just by id?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
aol-nnov, 2017-11-06
@sonterix

git checkout -b my_pr <same commit>
# edits here
git add .
git commit -am 'useless message'
git push origin my_pr Denis Zagaevsky
already suggested how to learn materiel

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question