Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 273 Bytes

Git Working.md

File metadata and controls

16 lines (10 loc) · 273 Bytes

Github working

.. .. ..

git config --global --unset user.name,

github asking configution everytime you add/commit/push (good for people using multiple git accounts):

git config --global --unset user.name,
git config --global --unset user.email