Skip to content

Commit

Permalink
added git credential cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Helmi committed Sep 16, 2018
1 parent 15ddb71 commit 478f0b8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -111,7 +111,13 @@ git remote -v
git remote rm origin
```

Add back your new destination:
Sidenote: If you want your server to remember your github (or any other service's) credentials use this command:

```
git config --global credential.helper cache
```

Now you can push the settings to your private repo

```
git remote add destination https://github.com/your/repo/url.git
Expand Down

0 comments on commit 478f0b8

Please sign in to comment.