GitLinks.md
... ...
@@ -53,4 +53,5 @@ Guide for people that know how to use git, but want to learn something about the
53 53
- `git commit --amend`: [https://www.atlassian.com/git/tutorials/rewriting-history](https://www.atlassian.com/git/tutorials/rewriting-history)
54 54
- `git reset`: [https://www.atlassian.com/git/tutorials/undoing-changes/git-reset](https://www.atlassian.com/git/tutorials/undoing-changes/git-reset)
55 55
- `git rebase (-i)`: [https://www.atlassian.com/git/tutorials/rewriting-history/git-rebase](https://www.atlassian.com/git/tutorials/rewriting-history/git-rebase)
56
+- `git config credential.helper store`
56 57