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.
intermediate git version-control overwrite
📄
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.
intermediate git undo git-reset
📄
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.
intermediate git git-config
📄
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.
intermediate git vim github
How to create new local branch and switch between branches in Git
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...
intermediate git gitlab version-control
📄
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.
intermediate git git-checkout git-reset
📄
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...
intermediate git head git-reset
📄
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...
intermediate git version-control git-pull
📄
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.
intermediate git git-reset git-revert
📄
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.
intermediate git github git-config
📄
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.
intermediate git branch git-branch
How to clone a specific Git tag
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.
intermediate git git-clone git-tag
Reset local repository branch to be just like remote repository HEAD
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.
intermediate git undo
How do I change the URI (URL) for a remote Git repository?
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.
intermediate git url git-remote
How can I diff two branches in GitHub?
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.
intermediate git github git-branch
Ignoring directories in Git repositories on Windows
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.
intermediate windows git gitignore
📄
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.
intermediate git git-commit
📄
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.
intermediate git branch git-branch
📄
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.
intermediate git git-checkout remote-branch
git recover deleted file where no commit was made after the delete
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.
intermediate git version-control
What are the big differences between TFVC (TFS Version Control) and Git for source control when u...
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...
intermediate git visual-studio tfs
How do I fix a Git detached head?
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.
intermediate git git-detached-head
How do I push a new local branch to a remote Git repository and track it too?
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 ...
intermediate git repository git-branch
git status shows fatal: bad object HEAD
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.
intermediate git github
How do I delete a local repository in Git?
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.
intermediate git version-control
📄
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.
intermediate git version-control mercurial
How to upgrade Git on Windows to the latest version
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.
intermediate windows git upgrade
📄
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.
intermediate git version-control git-checkout
Pushing empty commits to remote
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.
intermediate git git-commit
📄
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...
intermediate git version-control git-merge