Azure DevOps - Git, Repo & VS Code

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024

Комментарии • 22

  • @memerboi8724
    @memerboi8724 2 года назад +2

    Great .. Thanks

  • @lakshaymalik7215
    @lakshaymalik7215 3 года назад +2

    Simply Wow, Thank u so much Sir, Do upload more videos on these

  • @narudesigns
    @narudesigns 2 года назад +1

    Thank you very much for this video 🙏

  • @tradingrules2228
    @tradingrules2228 Год назад

    This is a very good starter video, I followed other videos but so man steps were missing on there.

  • @harveywang1395
    @harveywang1395 2 года назад +1

    Great demo, thank you

  • @ursenthils
    @ursenthils 9 месяцев назад +1

    Thanks You

  • @dhanunjayaguditi7009
    @dhanunjayaguditi7009 Год назад +1

    Thank you very much really this video was very helpful ❤

  • @NAVNEETSINGH-h4l
    @NAVNEETSINGH-h4l Год назад

    getting this error in the visual studio
    git : The term 'git' is not recognized as the name of a cmdlet, function,
    script file, or operable program. Check the spelling of the name, or if a path
    was included, verify that the path is correct and try again.
    At line:1 char:2
    + git config --global credential.helper wincred
    + ~~~
    + CategoryInfo : ObjectNotFound: (git:String) [], CommandNotFound
    Exception
    + FullyQualifiedErrorId : CommandNotFoundException

  • @rgekengineer
    @rgekengineer 2 года назад +1

    If we want to clone azure repo into local machine using powershell command or script, what we need to do?

    • @PachehraTalks
      @PachehraTalks  2 года назад

      superuser.com/questions/1316785/git-clone-to-home-directory-with-powershell

  • @rashmijoishi3997
    @rashmijoishi3997 2 года назад +1

    Git config --global, is it always global?

    • @PachehraTalks
      @PachehraTalks  2 года назад +1

      you can specify Git configuration settings with the git config Command. Git uses a series of configuration files to determine non-default behavior that you may want. The first place Git looks for these values is in the system-wide [path]/etc/gitconfig file, which contains settings that are applied to every user on the system and all of their repositories.
      The next place Git looks is the ~/.gitconfig (or ~/.config/git/config) file, which is specific to each user. You can make Git read and write to this file by passing the --global option
      If you pass the option --system to git config, it reads and writes from this file specifically.

    • @rashmijoishi3997
      @rashmijoishi3997 2 года назад

      Thanks

  • @miheerjadhav4559
    @miheerjadhav4559 2 года назад +1

    inefficient

    • @PachehraTalks
      @PachehraTalks  2 года назад

      will try to be efficienct thanks for the feedback