Practical solutions

Git Howtos How-To Guides

Solve the problem. Keep building. Collection of Git how-to articles

Find the answer you need

Browse practical solutions, grouped by the task you're working on.

__COUNT__ entries on this page

How to Delete Merged Branches in GitThis tutorial demonstrates deleting merged branches through the Git command line. How to Clone a Private Repository in GitThis tutorial is about cloning a private repository in Git. How to Create Pull Request From Command Line in GitThis tutorial demonstrates creating pull requests through the command line in Git. How to Compare Files, Commits, and Branches in GitYou can compare files and commits with the git diff command. How to Color the Git ConsoleDifferent methods to color the Git console. How to Export a Git ProjectYou can export a Git project with the git archive command. How to Set Up SourceGear DiffMerge Tool for GitIn this article, we will discuss the process of configuring Git to use SourceGear's DiffMerge as the default difftool. How to Set Up Meld as Difftool and Mergetool for GitThis article discusses the process of configuring Meld as Git's default diff and merge tool. How to List Git Submodules in GitThis article will discuss how Git submodules work. How to Configure a Proxy to Work With GitIn this article, we will discuss the process of configuring Git to work with different proxies. How to Get the Latest Version of Code in GitThis tutorial demonstrates how to get the latest version of code in Git through the command line. How to Set and Save User Credentials in GitThis tutorial is about setting and saving the user credentials in Git. How to Fork a Repo in GitHubA comprehensive guide on forking in GitHub. How to Remove Commit From History in GitThis tutorial demonstrates how to remove commits from history in Git. How to Track Command History in GitThis tutorial demonstrates how to track the history of commands through the Git command line. How to Rebase to a Specific Commit in GitYou can do a git rebase onto a specific commit in Git. How to Show Remote Tracking Branches in GitThis tutorial demonstrates tracking remote branches through the Git command line. How to Push a Specific Commit to a Remote RepositoryYou can specify a commit to push to a remote Git repository. How to Pull a Specific Folder in GitSpecify a folder to pull from a remote Git repository. How to Make an Initial Push to a Remote Repository With GitMake your first push to a remote repo with Git. How to Clone a Git Repository With a Specific RevisionDifferent methods we can use to clone a Git repository with a specific change set. How to Enable Git Tab AutocompleteThis tutorial demonstrates how to enable the git tab to autocomplete. How to Ignore Python .PYC Files in GitThis tutorial is about ignoring Python .PYC files in Git. How to Open Git Bash on MacThis tutorial demonstrates the process of opening Git Bash on Mac after installation.