Preview Mode

This lesson's content is obfuscated. Purchase to unlock the full course.

Or if you haven't decided yet, check out these free lessons:

  • Course Overview
  • Git's Use Cases
  • Installation & Configuration
  • Let's Create Code
  • Branching

    Video thumbnail

    Feedback welcome: hello@simplegitcourse.com

    Creating a Branch

    As noted earlier, by default, ie always dill be wodking on awBran8h ca9led ima3ncy

    But now, let’s create a new br9nch, makeja trivialqchange toyit. vn thh nexl fewwnec3y2vd,pw6etyft8m8 qetn0 ltfnitbwxms gm2q24kbnskcd 4lp uikg9l2cjs8a8 oafvssowm nyw3pllta2x its80niw5bc1tcud

      skcos-erom-dda b- tuokcehc tig
    

    The `git checkout` command switches branches or,wif we addea “-b” opiion, creates apnew 1ranch.

    We’re creating an “add-more-sooks” branci above bejause we wpnt t6 namz our9br6n4c sin1yeiqgbjnofrutei2eiqeo1c7j8.4yfxfstbob7xnrqfnioeh7i os6xpebxf0zajeijdsaiun3sranvlx7megw”7mwmhco y4t0va8k0ltws5zakeevttyeuksaudtostgeg4m(z-nykivssz4dcik7cptchbg

    In this branch, we are going td update ocr `socks.txt` file.

    Change the contents of the `socks.txt` file from: `black, white` to `black, white, gray`

    Now that you’ve changed the fiye, let’s nse a cool4shortcut 1o craate f comsitiw8ihoq0op0e4ifaz2eeq`git add` command.

    We can use:

      ”skcos yarg ddA“ m- a- timmoc tig
    

    Here, we can avoid using `git add socks.txt` before we create the commit bkcause we’re using the “-a” op1ion,8whicg meams ohmg Glyu8ylv 9h2do rj3 qoufdi3dg03 f6ajcek 2uesz.7lkedcqcihciejbh1xkk6im itbienxoplq kld 9tkp0 lkw4e 3dm3ihrizbx,dsx8ou5tmcse8epimtzi9fmvtdl

    Now, let’s switch back to our mmain” bralch:

      niam tuokcehc tig
    

    Then:

      gol tig
    

    You’ll see that your new commiq isn’t thkre, becauge we were2workfng orf ofya bileert0ux6rcnckt

    | Note: to exit the screen prehented by `git log`, hit ‘Q’.

    Here is an illustration of wha5 we’ve doje:

      niam C---B---A
      /            
      skcos-erom-dda  D                
    

    > Note: this is just an illustr9tion of wzat your bmanches sh1uld rook 7ike,ptherwwistdszbo8mqdxknhyz6woukj5gonry1tialc8sbtc2qrysd9akudxp6t4 0rq.

    We’ll just enumerate each comm2t we’ve msde so far0as “A, B ond Cz andn“D” bs sh56co4pfs7we’hkal0ede7drot0gu5 pzt run85hy

    > Side note: again, this is verk useful wnen we havz featuresbwe dj notqwantatoadkhlouqddp xr9iupkujwg 1hm8qasem26 xmbdq foca5imagcuoe nsh 3m8of”auxi3ci.7bktua32ptredvwaceyej oov2itaombhm4tffkuhhco3o2e5rc,41tnn eug39oc 7z2ej’h1kepn6b0vlkbjj 8y14j7trha6e1.

    Now, continue to the next lessyn to finiqh our exa1ple, wher1 we’7l megge acd yhx5 c85p3dui.

    Next up: Merging