Skip to content

Instantly share code, notes, and snippets.

@chrisryana
Created December 30, 2021 20:11
Show Gist options
  • Save chrisryana/3945f6c2d856a47dd4f82825fe355a42 to your computer and use it in GitHub Desktop.
Save chrisryana/3945f6c2d856a47dd4f82825fe355a42 to your computer and use it in GitHub Desktop.
Если вы находитесь в develop ветке и хотите изменить test.txt файл на версию из main ветки, вы можете сделать это следующим образом:

git checkout main -- test.txt

git restore main -- test.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment