Year: 2022

  • Another song on the guitar

    by

    in

    There is a song I always wanted to learn to play. I learned part of it and then moved on. That’s usually what happens with me and wanting to learn a new song. I finally sat down the other day and made an attempt to learn the second part. I do want to practice it…

  • Random guide in the future

    by

    in

    Probably. To be honest this is one thing I did want to write out because it fascinates me. The subject being a random git guide. Well more of a tutorial that I wanted to write out. For some time I have been reading more and more about how git works and that’s been super great…

  • Follow up on laptop

    by

    in

    The new card arrived today and I swapped it out. It works. That’s all I really needed for things to work again. I was able to install update and install some of the things I may need. The first one was installing Vim. I’ll get that configured later on. I also went and installed Starship…

  • I bought a thing

    by

    in

    The other day I went and bought a Lenovo IdeaPad 5. A big part of the reason being I want to be able to do more things while on the go. Well, more work and learning of things on the go. I went to install Fedora and it went smooth and that’s great of course.…

  • That C course I took

    by

    in

    Some time back I began an online course on C Essentials. For the last nearly 8 weeks now I was attempting to complete a module every week. A lot of it was done before heading to bed and just shortly after I had finished with my work day. Every so often I would read over…

  • Looking back with git

    by

    in

    This command is a really cool one. Well for me it is a cool one. The reason I really like this one is because it provides a way to look back on all the available history of the repository. What I mean when I say available is what resides in the local .git folder. There…

  • A combo breaker

    by

    in

    Okay, not really but this post is mostly about the git merge command. That’s also part of the reason I titled it combo breaker. Breaking the combination of code is what the command can do. The strange part about this command is that I wasn’t fully sure of what I was really doing until after…

  • On the git pull command

    by

    in

    This is one that can be a little confusing for some. I know it was for me for quite some time too and part of that is because of the name and some times the message that gets thrown on the terminal window when you run git status. That was the case for me because…

  • Making fetch happen

    by

    in

    Yes, I went there. This is one command that is super neat and it’s because of what it can do in conjunction with the git clone or git remote commands. Previously I went over the checkout, clone, and init commands which sort of led to this. A little bit. And the reason I say that…

  • Checking on the checkout

    by

    in

    As I continue to explore a few of the common git commands on this mini series I had to think back a little on one that does get used more than we probably think. At least for me that was the case. The git checkout command is wild. Like magic wild. In the previous two…