Skip to content

Instantly share code, notes, and snippets.

@nkonev
Created November 22, 2014 19:25
Show Gist options
  • Save nkonev/9e81a43b57b110d583de to your computer and use it in GitHub Desktop.
Save nkonev/9e81a43b57b110d583de to your computer and use it in GitHub Desktop.
# Сохранить креды для текушего репозитория(запускать из директории "расшаренного-через-git" проекта) в $HOME/.git-credentials
# см. project/.git/config секция [credential]
# http://git-scm.com/docs/git-credential-store
$ git config credential.helper store
$ git push origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment