Git: Difference between revisions
Add Git Flow term and GitHub Flow comparison |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
See [[Git/hacks]] for example commands | See [[Git/hacks]] for example commands | ||
{{Subpages|}} | |||
== Intro to Git == | == Intro to Git == | ||
| Line 32: | 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 | ||