The World of Linux
I often learn a lot of fun stuff when i do git.
October 27, 2019.
today i found out that:
- git config --global -l
will give away all your globally setted default values/aliases, eg:
>>> git config --global -l
user.email=anshsachdevaprofessional@gmail.com
user.name=root-ansh
user.password=**********
git config --global user.x "some value"
will set a value for that key x
linux works and building a linux from scratch. So let's get going.