In this blog post, I will show you how to merge a git repository branch to a master branch.
Continue reading “Merge a Git Branch to a Master Branch”Ignore Files and File Types from a Git Repository
In this blog post, I will show you how to configure a git repository to ignore specific files or file types.
Continue reading “Ignore Files and File Types from a Git Repository”Create a new Git Branch
In this blog post, I will show you how to create a new Git branch and start using it.
Continue reading “Create a new Git Branch”How To Delete a Commit from a Git Repository
In this blog post, I will show you how to delete a git commit from a Git repository.
Continue reading “How To Delete a Commit from a Git Repository”Checkout a Git Repository
In this blog post, I will show you how to checkout an older version of a Git repository.
In git we use the checkout command to go back in time and see the repository as it was.
Continue reading “Checkout a Git Repository”How To Clone A GitHub Repository
In this blog post, I will show you how to clone a GitHub repository to a Linux or Windows machine.
Continue reading “How To Clone A GitHub Repository”Push a Local Repository to GitHub
In this blog post, I will show you how to push a local repository to GitHub from a Linux machine.
Continue reading “Push a Local Repository to GitHub”Check Git Version
In this blog post, I will show you how to check which version of git you have on your machine.
Continue reading “Check Git Version”Commit a Git Repository
Following my last git post, in this post, I will show you how to add files to a git repository and commit the changes.
Continue reading “Commit a Git Repository”How To Crete a Git Repository
In this blog post, I will show you how to create a git repository on a Linux or Windows machine.
Continue reading “How To Crete a Git Repository”