Git: Difference between revisions
link subpages via parser function {{#subpages:}} |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
See [[Git/hacks]] for example commands | See [[Git/hacks]] for example commands | ||
{{Subpages|}} | |||
{{ | |||
== Intro to Git == | == Intro to Git == | ||
| Line 35: | 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 | ||