6 lines
116 B
Batchfile
6 lines
116 B
Batchfile
@echo off
|
|
git log --oneline --graph --all
|
|
|
|
set /p user_input=Введите хэш:
|
|
|
|
git checkout %user_input% -- . |