Git
Browse 167 guides in Git
Showing 30 of 167 guides
(Page 5 of 6)
📄
How do I force "git pull" to overwrite local files?
Learn how do i force "git pull" to overwrite local files? with practical examples, diagrams, and best practices. Covers git, version-control, overwrite development techniques with visual explanations.
📄
How to uncommit my last commit in Git
Learn how to uncommit my last commit in git with practical examples, diagrams, and best practices. Covers git, undo, git-reset development techniques with visual explanations.
📄
How to know the git username and email saved during configuration?
Learn how to know the git username and email saved during configuration? with practical examples, diagrams, and best practices. Covers git, git-config development techniques with visual explanations.
📄
How do I save my changes and exit Vim?
Learn how do i save my changes and exit vim? with practical examples, diagrams, and best practices. Covers git, vim, github development techniques with visual explanations.

How to create new local branch and switch between branches in Git
Learn how to create new local branch and switch between branches in git with practical examples, diagrams, and best practices. Covers git, gitlab, version-control development techniques with visual...
📄
How do I revert a Git repository to a previous commit?
Learn how do i revert a git repository to a previous commit? with practical examples, diagrams, and best practices. Covers git, git-checkout, git-reset development techniques with visual explanations.
📄
How do I use 'git reset --hard HEAD' to revert to a previous commit?
Learn how do i use 'git reset --hard head' to revert to a previous commit? with practical examples, diagrams, and best practices. Covers git, head, git-reset development techniques with visual expl...
📄
What is the difference between 'git pull' and 'git fetch'?
Learn what is the difference between 'git pull' and 'git fetch'? with practical examples, diagrams, and best practices. Covers git, version-control, git-pull development techniques with visual expl...
📄
How can I undo pushed commits using Git?
Learn how can i undo pushed commits using git? with practical examples, diagrams, and best practices. Covers git, git-reset, git-revert development techniques with visual explanations.
📄
How to change my Git username in terminal?
Learn how to change my git username in terminal? with practical examples, diagrams, and best practices. Covers git, github, git-config development techniques with visual explanations.
📄
How do I get the current branch name in Git?
Learn how do i get the current branch name in git? with practical examples, diagrams, and best practices. Covers git, branch, git-branch development techniques with visual explanations.

How to clone a specific Git tag
Learn how to clone a specific git tag with practical examples, diagrams, and best practices. Covers git, git-clone, git-tag development techniques with visual explanations.

Reset local repository branch to be just like remote repository HEAD
Learn reset local repository branch to be just like remote repository head with practical examples, diagrams, and best practices. Covers git, undo development techniques with visual explanations.

How do I change the URI (URL) for a remote Git repository?
Learn how do i change the uri (url) for a remote git repository? with practical examples, diagrams, and best practices. Covers git, url, git-remote development techniques with visual explanations.

How can I diff two branches in GitHub?
Learn how can i diff two branches in github? with practical examples, diagrams, and best practices. Covers git, github, git-branch development techniques with visual explanations.

Ignoring directories in Git repositories on Windows
Learn ignoring directories in git repositories on windows with practical examples, diagrams, and best practices. Covers windows, git, gitignore development techniques with visual explanations.
📄
Remove file from latest commit
Learn remove file from latest commit with practical examples, diagrams, and best practices. Covers git, git-commit development techniques with visual explanations.
📄
How do I list all remote branches in Git 1.7+?
Learn how do i list all remote branches in git 1.7+? with practical examples, diagrams, and best practices. Covers git, branch, git-branch development techniques with visual explanations.
📄
How can I check out a remote Git branch?
Learn how can i check out a remote git branch? with practical examples, diagrams, and best practices. Covers git, git-checkout, remote-branch development techniques with visual explanations.

git recover deleted file where no commit was made after the delete
Learn git recover deleted file where no commit was made after the delete with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.

What are the big differences between TFVC (TFS Version Control) and Git for source control when u...
Learn what are the big differences between tfvc (tfs version control) and git for source control when using visual studio 2013? with practical examples, diagrams, and best practices. Covers git, vi...

How do I fix a Git detached head?
Learn how do i fix a git detached head? with practical examples, diagrams, and best practices. Covers git, git-detached-head development techniques with visual explanations.

How do I push a new local branch to a remote Git repository and track it too?
Learn how do i push a new local branch to a remote git repository and track it too? with practical examples, diagrams, and best practices. Covers git, repository, git-branch development techniques ...

git status shows fatal: bad object HEAD
Learn git status shows fatal: bad object head with practical examples, diagrams, and best practices. Covers git, github development techniques with visual explanations.

How do I delete a local repository in Git?
Learn how do i delete a local repository in git? with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.
📄
Git equivalent to hg update
Learn git equivalent to hg update with practical examples, diagrams, and best practices. Covers git, version-control, mercurial development techniques with visual explanations.

How to upgrade Git on Windows to the latest version
Learn how to upgrade git on windows to the latest version with practical examples, diagrams, and best practices. Covers windows, git, upgrade development techniques with visual explanations.
📄
How can I switch to another branch in Git?
Learn how can i switch to another branch in git? with practical examples, diagrams, and best practices. Covers git, version-control, git-checkout development techniques with visual explanations.

Pushing empty commits to remote
Learn pushing empty commits to remote with practical examples, diagrams, and best practices. Covers git, git-commit development techniques with visual explanations.
📄
I ran into a merge conflict. How do I abort the merge?
Learn i ran into a merge conflict. how do i abort the merge? with practical examples, diagrams, and best practices. Covers git, version-control, git-merge development techniques with visual explana...