I have a small python project that has the following structure – Project -- pkg01 -- test01.py -- pkg02 -- test02.py -- logging.conf I plan to use the default...
  • May 11, 2022
  • 0 Comments
When using git config --global to set things up, to which file will it write? Example: git config --global core.editor "blah" I can’t find it at these places: C:\Program...
  • April 14, 2022
  • 0 Comments