Git: Difference between revisions
Adds example submodule work |
No edit summary |
||
| Line 33: | Line 33: | ||
git config --global diff.tool meld | git config --global diff.tool meld | ||
git config --global --add color.ui true | git config --global --add color.ui true | ||
# store password in memory for an hour | |||
git config --global credential.helper 'cache --timeout=3600' | |||
# 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 | ||
# push.default is unset; its implicit value is changing in | # push.default is unset; its implicit value is changing in | ||