Git

Browse 146 guides in Git

Showing 30 of 146 guides (Page 4 of 5)
📄
How do I delete a file from a Git repository?
Learn how do i delete a file from a git repository? with practical examples, diagrams, and best practices. Covers git, git-rm development techniques with visual explanations.
intermediate git git-rm
Is there a naming convention for git repositories?
Is there a naming convention for git repositories?
Learn is there a naming convention for git repositories? with practical examples, diagrams, and best practices. Covers git, github, naming-conventions development techniques with visual explanations.
intermediate git github naming-conventions
📄
How to tell git to use the correct identity (name and email) for a given project?
Learn how to tell git to use the correct identity (name and email) for a given project? with practical examples, diagrams, and best practices. Covers git, github, gitolite development techniques wi...
intermediate git github gitolite
How can I delete a remote tag?
How can I delete a remote tag?
Learn how can i delete a remote tag? with practical examples, diagrams, and best practices. Covers git, git-tag development techniques with visual explanations.
intermediate git git-tag
📄
How can I show all the branches in a repository?
Learn how can i show all the branches in a repository? with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.
intermediate git version-control
How to cancel a local git commit?
How to cancel a local git commit?
Learn how to cancel a local git commit? with practical examples, diagrams, and best practices. Covers git, git-reset, git-commit development techniques with visual explanations.
intermediate git git-reset git-commit
📄
How do I modify a specific commit?
Learn how do i modify a specific commit? with practical examples, diagrams, and best practices. Covers git, git-rewrite-history development techniques with visual explanations.
intermediate git git-rewrite-history
📄
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