operationalizing-openshift-lab icon indicating copy to clipboard operation
operationalizing-openshift-lab copied to clipboard

Add instructions for configuring git

Open jkupferer opened this issue 5 years ago • 1 comments

git config --global user.name "Your Name"
git config --global user.email [email protected]
git config --global push.default simple

jkupferer avatar Sep 16 '19 02:09 jkupferer

@jkupferer this has been done yes? Was there a PR for it?

etsauer avatar Oct 02 '19 20:10 etsauer