Git: Difference between revisions
m Text replacement - "==\s?Subpages\s?==\n\{\{\#subpages:}}" to "{{Subpages|}}" |
|||
| Line 34: | Line 34: | ||
# store password in memory for an hour | # store password in memory for an hour | ||
git config --global credential.helper 'cache --timeout=3600' | git config --global credential.helper 'cache --timeout=3600' | ||
git config --global push.autoSetupRemote true | |||
# recent packaged versions of git might be 1.8.3.1 (CentOS 7.4) whereas the current available is 2.15.1 | # recent packaged versions of git might be 1.8.3.1 (CentOS 7.4) whereas the current available is 2.15.1 | ||