How to use Git in PyCharm

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Learn how to enable Git for a PyCharm project, commit changes, check out and reset certain commits. This video is an extract from the Udemy course "The Python Mega Course": www.udemy.com/...

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

  • @kahtrassood
    @kahtrassood 6 месяцев назад +2

    Thanks a lot for making this tutorial. It covered everything about Git and how to commit changes from scratch for a complete beginner. Really made my Day !!!

  • @Cryp2nalist
    @Cryp2nalist 11 месяцев назад

    Thanks for the tutorial. I'm on section 8 of The Python Mega Course by the way, I like the style of teaching.

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

    Great tutorial, thank you for making this!

  • @daryn86
    @daryn86 Год назад +2

    This video really helped me.

  • @Glauber25cassio25
    @Glauber25cassio25 6 месяцев назад

    thanks a lot!!!

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

    How does "Enable Version Control Integration" differ from picking "Create Git Repository" from the VCS menu? Or is it just redundant?

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

      The first one creates a git repository in the current directory, which is what you normally want. The second one lets you choose a directory where to create the repository.

  • @-ee8fu
    @-ee8fu Год назад

    很好