How to change users on Git (Terminal)šŸ’

git config --list
git config --global user.name [your username]git config --global user.email [your email]
git config --global user.name "exampleUser"git config --global user.email "example@example.com"

--

--

--

26K+ Reads āœšŸ¼ Ex-Amazon, Ex-Startup Founder, Ex-Nike šŸ‘Øā€šŸ’» Passionate about ML, Software and giving people genuine value on Medium šŸ‘Œ Views are all my own.

Love podcasts or audiobooks? Learn on the go with our new app.

Recommended from Medium

Fetching data in Redux using RTK Query

Minimum Spanning Treeā€Šā€”ā€ŠPrim

Analyze Data And Trade Stocks With Only A Browser Using Google Colab and Alpaca API

LDAP Authentication Using Spring Boot + openLDAP

Systematically Troubleshooting Production Issue/Outage

OS X: Automatic multi-version PHP + Nginx dev stack

3 Toxic Dev Team Behaviors

2019ā€Šā€”ā€ŠQuite the year, wasn’t it?

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Nicolas Carmont

Nicolas Carmont

26K+ Reads āœšŸ¼ Ex-Amazon, Ex-Startup Founder, Ex-Nike šŸ‘Øā€šŸ’» Passionate about ML, Software and giving people genuine value on Medium šŸ‘Œ Views are all my own.

More from Medium

DrChrono EHR and API For Developers

DrChrono EHR Software

How to write good status pages for Load Balancers

Bitbucketā€Šā€”ā€ŠReduce large repository size on Local and Remote