Category gitPosted on March 24, 2023March 24, 2023What is a Github workflow? Hi, in this post we are going to know what is a Github workflow and how can be useful for our projects. …
Category gitPosted on October 5, 2021October 5, 2021My project was working but now isn’t – how can detect the issue? Hi in this post we are going to learn how to find a change that we made and we lost while we coding. …
Category gitPosted on September 14, 2021September 14, 2021Where to find the .gitconfig file? Hi, in this post Im going to show you where to find the .gitconfig in Mac. …
Category gitPosted on December 15, 2020December 15, 2020Git rebase and resolve conflicts through the GitHub Desktop Hi in this post I'm going to show you how to do a rebase and use the GitHub Desktop to solve code conflicts. …
Category gitPosted on December 7, 2020December 7, 2020Use Git mv instead of rename a folder name directly Hi, if we have a project and we are working with more people in the team and then we need to change a folder name because the name of that folder isn't the correct, well…