Skip to content

Instantly share code, notes, and snippets.

@bielawb
Created June 12, 2020 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bielawb/9efee4078cbb0586ea76bb0556484f58 to your computer and use it in GitHub Desktop.
Save bielawb/9efee4078cbb0586ea76bb0556484f58 to your computer and use it in GitHub Desktop.
Konfiguracja git push
# Jeśli chcemy zawsze "przesyłać" na gałąź o tej samej nazwie
git config --global push.default current
git push -u
# Alternatywnie, ustawiamy upstream na piechotę...
git push --set-upstream origin nazwaZdalna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment