Configure Visual Studio (Git) for BC4 from Windows command line?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Aaron
    replied
    You could use the Git bash or command line to generate the .git/config to match what is documented in the KB article, but it's probably easier to modify the file directly.

    Leave a comment:


  • voidp
    replied
    I understand. However, I was asking what, if any, git commands will generate the config file entries enumerated under "Visual Studio - Git" (https://www.scootersoftware.com/supp...sualstudio-git) -or- if the config files must always be modified manually.

    Leave a comment:


  • Aaron
    replied
    Hello,

    The commands listed for the git bash or command line are found here:
    https://www.scootersoftware.com/supp...vcs#gitwindows

    However, please be sure you are editing the appropriate environment. Visual Studio's .git/config folders can override the global .gitconfig, so edits made on the command line may not reflect into the project's .git/config and won't be used.

    Leave a comment:


  • Configure Visual Studio (Git) for BC4 from Windows command line?

    The support page per configuring BC4 with Visual Studio (Git) demonstrates how to modify .git\config manually:
    How can these modifications be made using git config on the Windows command line?
Working...