Git

Git commands Manual (Continually updated)
Git commands Manual (Continually updated)

user configuration git config --global user.name "GeekerHWH" git config --global user.email "xxxxxxxxxx@gmail.com" you can check the settings with: git config --list to set users for …