New GitHub CLI Crash Course - First Look

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

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

  • @umangsinha
    @umangsinha 4 года назад +9

    3:27 The gh config set editor "code --wait" command is working on Windows too. I could set up VSCode as my default text editor using it

    • @codedamn
      @codedamn  4 года назад +3

      Oh wow! The CLI documentation says only Notepad is supported on Windows. I did not cross check, but this is great if it works

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

    Excellent walkthrough. Thank you!

  • @gabrielcoronelcascante9111
    @gabrielcoronelcascante9111 3 года назад +1

    Thank you, this is the first good tutorial that I find in al RUclips.

    • @codedamn
      @codedamn  3 года назад +1

      Glad it was helpful!

  • @OpenSauced
    @OpenSauced 4 года назад +1

    Nice walk through. I look forward to seeing more features being added through open source.

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

    This is a very useful tool

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

    Great.

  • @TusharShukladevx
    @TusharShukladevx 3 года назад

    Nice explanation, liked and subscribed 🤘

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

    while in your projects folder/directory : git init -b main / add and commit files if any / gh repo create / Push an existing local repository to GitHub / follow interactive mode

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

    Somehow gh repo create does not enter interactive mode like in the video but needs flags instead. Did that change?

    • @rtfm-inc
      @rtfm-inc 2 года назад

      i dropped the repo name, then it goes into interactive mode

  • @MintCollie
    @MintCollie 3 года назад

    Is there a way to add a file to a repo? like "git add ." or is there no equlivant of this.

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

    Working on Windows 11, I was able to just do "npm install -g gh" to install it globally.
    Update: when I did that, the 'gh auth login' command failed - it asked me the 1st question OK, but gave no prompt for the 2nd. It's probably because I had previously installed GitHub CLI using an msi installer, but now I'm afraid to remove it and check. It would be much better to be able to just install it using npm - no going to a web site, downloading a file, running the file, etc.

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

    Which terminal software do you use?

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

    awesome vid man !

  • @rinkukashyap3537
    @rinkukashyap3537 3 года назад

    Superb

  • @rangabharath4253
    @rangabharath4253 4 года назад

    awesome

  • @csangale
    @csangale 4 года назад

    If someone want quick start, check the stackoverflow link below

    • @csangale
      @csangale 4 года назад

      stackoverflow.com/questions/28385884/how-to-create-repository-in-github-through-github-api/63075043#63752485

  • @girishsontakke188
    @girishsontakke188 4 года назад

    Hey, can you share your .bashrc