Git

Browse 167 guides in Git

Showing 30 of 167 guides (Page 4 of 6)
📄
Change email address in Git
Learn change email address in git with practical examples, diagrams, and best practices. Covers git, email, jenkins development techniques with visual explanations.
intermediate git email jenkins
📄
git - remote add origin vs remote set-url origin
Learn git - remote add origin vs remote set-url origin with practical examples, diagrams, and best practices. Covers git, github development techniques with visual explanations.
intermediate git github
📄
How do I name and retrieve a Git stash by name?
Learn how do i name and retrieve a git stash by name? with practical examples, diagrams, and best practices. Covers git, git-stash development techniques with visual explanations.
intermediate git git-stash
📄
How can I "login" to git?
Learn how can i "login" to git? with practical examples, diagrams, and best practices. Covers git, authentication, github development techniques with visual explanations.
intermediate git authentication github
📄
How can I commit files with git?
Learn how can i commit files with git? with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.
intermediate git version-control
📄
How do I "un-revert" a reverted Git commit?
Learn how do i "un-revert" a reverted git commit? with practical examples, diagrams, and best practices. Covers git, undo, revert development techniques with visual explanations.
intermediate git undo revert
📄
How to configure command line git to use ssh key
Learn how to configure command line git to use ssh key with practical examples, diagrams, and best practices. Covers git, authentication, command-line development techniques with visual explanations.
intermediate git authentication command-line
Pushing to Git returning Error Code 403 fatal: HTTP request failed
Pushing to Git returning Error Code 403 fatal: HTTP request failed
Learn pushing to git returning error code 403 fatal: http request failed with practical examples, diagrams, and best practices. Covers git, github, dvcs development techniques with visual explanati...
intermediate git github dvcs
📄
git stash and apply
Learn git stash and apply with practical examples, diagrams, and best practices. Covers git, git-pull, git-stash development techniques with visual explanations.
intermediate git git-pull git-stash
📄
How to "git pull" from master into the development branch
Learn how to "git pull" from master into the development branch with practical examples, diagrams, and best practices. Covers git, branch, pull development techniques with visual explanations.
intermediate git branch pull
📄
git: how to rename a branch (both local and remote)?
Learn git: how to rename a branch (both local and remote)? with practical examples, diagrams, and best practices. Covers git, repository, rename development techniques with visual explanations.
intermediate git repository rename
What is git tag, How to create tags & How to checkout git remote tag(s)
What is git tag, How to create tags & How to checkout git remote tag(s)
Learn what is git tag, how to create tags & how to checkout git remote tag(s) with practical examples, diagrams, and best practices. Covers git, git-checkout, git-tag development techniques with vi...
intermediate git git-checkout git-tag
Undo a Git merge that hasn't been pushed yet
Undo a Git merge that hasn't been pushed yet
Learn undo a git merge that hasn't been pushed yet with practical examples, diagrams, and best practices. Covers git, undo, git-merge development techniques with visual explanations.
intermediate git undo git-merge
📄
What does "git remote" mean?
Learn what does "git remote" mean? with practical examples, diagrams, and best practices. Covers git, git-remote development techniques with visual explanations.
intermediate git git-remote
📄
Hard reset of a single file
Learn hard reset of a single file with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.
intermediate git version-control
What does git do, when I push a local branch that does not exist on remote server?
What does git do, when I push a local branch that does not exist on remote server?
Learn what does git do, when i push a local branch that does not exist on remote server? with practical examples, diagrams, and best practices. Covers git development techniques with visual explana...
intermediate git version-control
📄
How to create a git patch from the uncommitted changes in the current working directory without c...
Learn how to create a git patch from the uncommitted changes in the current working directory without creating a commit? with practical examples, diagrams, and best practices. Covers git, git-patch...
intermediate git git-patch
How can I delete all of my Git stashes at once?
How can I delete all of my Git stashes at once?
Learn how can i delete all of my git stashes at once? with practical examples, diagrams, and best practices. Covers git, git-stash development techniques with visual explanations.
intermediate git git-stash
How do you push a tag to a remote repository using Git?
How do you push a tag to a remote repository using Git?
Learn how do you push a tag to a remote repository using git? with practical examples, diagrams, and best practices. Covers git, git-push, git-tag development techniques with visual explanations.
intermediate git git-push git-tag
How do I undo 'git add' before commit?
How do I undo 'git add' before commit?
Learn how do i undo 'git add' before commit? with practical examples, diagrams, and best practices. Covers git, git-commit, undo development techniques with visual explanations.
intermediate git git-commit undo
📄
How can I make git accept a self signed certificate?
Learn how can i make git accept a self signed certificate? with practical examples, diagrams, and best practices. Covers git, version-control, https development techniques with visual explanations.
intermediate git version-control https
📄
Could not create work tree dir 'example.com'.: Permission denied
Learn could not create work tree dir 'example.com'.: permission denied with practical examples, diagrams, and best practices. Covers git, github, nginx development techniques with visual explanations.
intermediate git github nginx
Git refusing to merge unrelated histories on rebase
Git refusing to merge unrelated histories on rebase
Learn git refusing to merge unrelated histories on rebase with practical examples, diagrams, and best practices. Covers git, rebase development techniques with visual explanations.
intermediate git rebase
📄
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