Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:23
Show Gist options
  • Save ezhov-da/dda6c9b9ee43b1c078cb1e3999d6e05d to your computer and use it in GitHub Desktop.
Save ezhov-da/dda6c9b9ee43b1c078cb1e3999d6e05d to your computer and use it in GitHub Desktop.
git pull local branch from remote
<pre>
Для того, чтоб обновлять локальную ветку из удаленной:
git branch --set-upstream-to origin/feature-functional-filling(удаленная) feature-functional-filling(локальная)
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment