DevOps Basics - Intro to Git/Version Control

Ғылым және технология

I've had a lot of people reach out asking how they can get into DevOps/Cloud Engineering, so I figured I would just make some videos to help streamline the process of learning the basics. This video will show you how to set up a git repository on github, create branches, commit changes and push those changes to the repo for collaborating.
Download Git CLI for Windows and Mac:
git-scm.com/book/en/v2/Getting-Started-Installing-Git
Download VS Code:
code.visualstudio.com/download

Пікірлер: 16

  • @ADPJ19
    @ADPJ19 Жыл бұрын

    Just saw your interview vid and was looking for one on how to get into things and found this! Super excited to get into Cloud

  • @u.b.469

    @u.b.469

    Жыл бұрын

    I appreciate you watching bro! My goal is to give everyone the information they need to break into this sector. I’m going to try to upload a new video at least once per week!

  • @amma9152
    @amma915211 ай бұрын

    I like your explanation. Thank you. Please do more videos on devops

  • @u.b.469

    @u.b.469

    11 ай бұрын

    Thank you. Are there any topics you would like to see discussed? I think my next video will cover how to make a basic continuous integration pipeline

  • @FainyFdx
    @FainyFdx Жыл бұрын

    Great Presentation Bro!!

  • @u.b.469

    @u.b.469

    Жыл бұрын

    Thank you, I appreciate it!

  • @mybrothavan7416
    @mybrothavan7416 Жыл бұрын

    Interesante mi hombre

  • @afsarzan
    @afsarzan10 ай бұрын

    If you are planning to make Devops with GCP. please release mind map learning path on it

  • @leeparker6200
    @leeparker620011 ай бұрын

    When is the next video in the series?

  • @u.b.469

    @u.b.469

    11 ай бұрын

    Very soon, I’m filming content now. What topics would you like to learn about?

  • @urdarkside1
    @urdarkside1 Жыл бұрын

    you got social media? How do we connect with you.

  • @MegaAbdikadir
    @MegaAbdikadir11 ай бұрын

    $ git checkout main error: pathspec 'main' did not match any file(s) known to git

  • @u.b.469

    @u.b.469

    11 ай бұрын

    Make sure you’re in the correct directory that has the .git file and that the branch name is correct

  • @MegaAbdikadir

    @MegaAbdikadir

    11 ай бұрын

    These commands work for me. git fetch --all git checkout

  • @u.b.469

    @u.b.469

    11 ай бұрын

    @@MegaAbdikadir what repo are you using?