Git
Browse 146 guides in Git
Showing 30 of 146 guides
(Page 1 of 5)

Git clone error warning: refname '' is ambiguous. Git normally never creates a ref that ends with...
Learn git clone error warning: refname '' is ambiguous. git normally never creates a ref that ends with 40 hex characters with practical examples, diagrams, and best practices. Covers git, git-clon...

Git push rejected "non-fast-forward"
Learn git push rejected "non-fast-forward" with practical examples, diagrams, and best practices. Covers git, push, rebase development techniques with visual explanations.

Git diff between current branch and master but not including unmerged master commits
Learn git diff between current branch and master but not including unmerged master commits with practical examples, diagrams, and best practices. Covers git, version-control, merge development tech...

When do you use Git rebase instead of Git merge?
Learn when do you use git rebase instead of git merge? with practical examples, diagrams, and best practices. Covers git, version-control, git-merge development techniques with visual explanations.

Create a branch in Git from another branch
Learn create a branch in git from another branch with practical examples, diagrams, and best practices. Covers git, git-branch, git-workflow development techniques with visual explanations.
📄
Git push results in "Authentication Failed"
Learn git push results in "authentication failed" with practical examples, diagrams, and best practices. Covers git, authentication, github development techniques with visual explanations.
📄
How to separate a small library out of a big Git tree
Learn how to separate a small library out of a big git tree with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.

How can I rollback a git repository to a specific commit?
Learn how can i rollback a git repository to a specific commit? with practical examples, diagrams, and best practices. Covers git, github development techniques with visual explanations.

How to use Git Revert
Learn how to use git revert with practical examples, diagrams, and best practices. Covers git, git-revert development techniques with visual explanations.
📄
How do I show my global Git configuration?
Learn how do i show my global git configuration? with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.

Merging changes from master into my branch
Learn merging changes from master into my branch with practical examples, diagrams, and best practices. Covers git, github, version-control development techniques with visual explanations.

How do I create a remote Git branch?
Learn how do i create a remote git branch? with practical examples, diagrams, and best practices. Covers git, branch, git-branch development techniques with visual explanations.
📄
Unsupported Git version
Learn unsupported git version with practical examples, diagrams, and best practices. Covers git, github, intellij-idea development techniques with visual explanations.

Git: How to reset a remote Git repository to remove all commits?
Learn git: how to reset a remote git repository to remove all commits? with practical examples, diagrams, and best practices. Covers git, version-control development techniques with visual explanat...

Delete forked repo from GitHub
Learn delete forked repo from github with practical examples, diagrams, and best practices. Covers git, github development techniques with visual explanations.

Should you remove unused git branches?
Learn should you remove unused git branches? with practical examples, diagrams, and best practices. Covers git, optimization development techniques with visual explanations.
📄
Pull a certain branch from the remote server
Learn pull a certain branch from the remote server with practical examples, diagrams, and best practices. Covers git, merge, branch development techniques with visual explanations.
📄
Rollback a Git merge
Learn rollback a git merge with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.

How can I fully delete a Git repository created with init?
Learn how can i fully delete a git repository created with init? with practical examples, diagrams, and best practices. Covers git, git-init development techniques with visual explanations.
📄
Rollback to an old Git commit in a public repo
Learn rollback to an old git commit in a public repo with practical examples, diagrams, and best practices. Covers git, git-checkout, git-revert development techniques with visual explanations.

How can I revert a single file to a previous version?
Learn how can i revert a single file to a previous version? with practical examples, diagrams, and best practices. Covers git, revert development techniques with visual explanations.
📄
How do I remove a submodule?
Learn how do i remove a submodule? with practical examples, diagrams, and best practices. Covers git, git-submodules development techniques with visual explanations.
📄
How do I revert all local changes in Git managed project to previous state?
Learn how do i revert all local changes in git managed project to previous state? with practical examples, diagrams, and best practices. Covers git, revert, git-checkout development techniques with...
📄
How do I execute a .bat from git bash and then return to the console?
Learn how do i execute a .bat from git bash and then return to the console? with practical examples, diagrams, and best practices. Covers windows, git, cmd development techniques with visual explan...

How can I remove a Git branch locally?
Learn how can i remove a git branch locally? with practical examples, diagrams, and best practices. Covers git, github development techniques with visual explanations.
📄
What is the intended use-case for git stash?
Learn what is the intended use-case for git stash? with practical examples, diagrams, and best practices. Covers git, git-stash development techniques with visual explanations.
📄
How do I squash my last N commits together?
Learn how do i squash my last n commits together? with practical examples, diagrams, and best practices. Covers git, rebase, squash development techniques with visual explanations.
📄
Throw away local commits in Git
Learn throw away local commits in git with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.

Message 'src refspec master does not match any' when pushing commits in Git
Learn message 'src refspec master does not match any' when pushing commits in git with practical examples, diagrams, and best practices. Covers git, git-commit, git-clone development techniques wit...

Git stash uncached: how to put away all unstaged changes?
Learn git stash uncached: how to put away all unstaged changes? with practical examples, diagrams, and best practices. Covers git, git-stash development techniques with visual explanations.