Changes between Version 2 and Version 3 of GitNotes24


Ignore:
Timestamp:
02/16/24 13:10:14 (8 months ago)
Author:
darkblueb
Comment:

add global vars list

Legend:

Unmodified
Added
Removed
Modified
  • GitNotes24

    v2 v3  
    2424#----
    2525
     26##-- list all configs
     27$ git config --global --get-regexp . | sort -u
    2628
    2729##-------------------------------------------------------------------