תקציר יחידת-הוראה

הדף הראשי של הקורס

  • Git is a powerful tool for programmers - it allows you to keep track of changes made to your code, compare and revert them.
    It is recommended to use Git when working on programming homework assignments, for example in Intro2CS.
    Luckily for you, the next few videos teach the basics of using Git!

    Note that you can use git on Windows and Mac too, if you follow these instructions.
    The command-line usage is exactly the same as shown in the videos.

    Optional reading material:
    Unit playlist

    Git tutorial
    Better Git It In Your Soul

    ------------------