Git

Browse 167 guides in Git

Showing 30 of 167 guides (Page 3 of 6)
How to rebase local branch onto remote master
How to rebase local branch onto remote master
Learn how to rebase local branch onto remote master with practical examples, diagrams, and best practices. Covers git, clone, git-rebase development techniques with visual explanations.
intermediate git clone git-rebase
What does cherry-picking a commit with Git mean?
What does cherry-picking a commit with Git mean?
Learn what does cherry-picking a commit with git mean? with practical examples, diagrams, and best practices. Covers git, cherry-pick, git-cherry-pick development techniques with visual explanations.
intermediate git cherry-pick git-cherry-pick
📄
Is .DS_Store file important?
Learn is .ds_store file important? with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.
intermediate git version-control
📄
Git error: failed to push some refs to remote
Learn git error: failed to push some refs to remote with practical examples, diagrams, and best practices. Covers git, github development techniques with visual explanations.
intermediate git github
📄
Using git repository as a database backend
Learn using git repository as a database backend with practical examples, diagrams, and best practices. Covers database, git, database-performance development techniques with visual explanations.
intermediate database git database-performance
📄
How do I undo the most recent local commits in Git?
Learn how do i undo the most recent local commits in git? with practical examples, diagrams, and best practices. Covers git, version-control, git-commit development techniques with visual explanati...
intermediate git version-control git-commit
How can I see the differences between two branches?
How can I see the differences between two branches?
Learn how can i see the differences between two branches? with practical examples, diagrams, and best practices. Covers git, git-diff development techniques with visual explanations.
intermediate git git-diff
📄
Applying the changes from branch A to B, without merging or adding commits
Learn applying the changes from branch a to b, without merging or adding commits with practical examples, diagrams, and best practices. Covers git, merge, branch development techniques with visual ...
intermediate git merge branch
📄
How can I rename a local Git branch?
Learn how can i rename a local git branch? with practical examples, diagrams, and best practices. Covers git, version-control, git-branch development techniques with visual explanations.
intermediate git version-control git-branch
📄
Practical uses of git reset --soft?
Learn practical uses of git reset --soft? with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.
intermediate git version-control
📄
How do I remove local (untracked) files from the current Git working tree?
Learn how do i remove local (untracked) files from the current git working tree? with practical examples, diagrams, and best practices. Covers git, branch, git-branch development techniques with vi...
intermediate git branch git-branch
📄
What are the differences between git remote prune, git prune, git fetch --prune, etc
Learn what are the differences between git remote prune, git prune, git fetch --prune, etc with practical examples, diagrams, and best practices. Covers git, remote-branch development techniques wi...
intermediate git remote-branch
What does "git checkout -" do?
What does "git checkout -" do?
Learn what does "git checkout -" do? with practical examples, diagrams, and best practices. Covers git, git-bash, git-checkout development techniques with visual explanations.
intermediate git git-bash git-checkout
How to see the changes between two commits without commits in-between?
How to see the changes between two commits without commits in-between?
Learn how to see the changes between two commits without commits in-between? with practical examples, diagrams, and best practices. Covers git, diff development techniques with visual explanations.
intermediate git diff
Download a single folder or directory from a GitHub repository
Download a single folder or directory from a GitHub repository
Learn download a single folder or directory from a github repository with practical examples, diagrams, and best practices. Covers git, file, github development techniques with visual explanations.
intermediate git file github
📄
How to modify existing, unpushed commit messages?
Learn how to modify existing, unpushed commit messages? with practical examples, diagrams, and best practices. Covers git, git-commit, git-rewrite-history development techniques with visual explana...
intermediate git git-commit git-rewrite-history
How do I properly force a Git push?
How do I properly force a Git push?
Learn how do i properly force a git push? with practical examples, diagrams, and best practices. Covers git, push, git-push development techniques with visual explanations.
intermediate git push git-push
📄
How do I reverse a commit in git?
Learn how do i reverse a commit in git? with practical examples, diagrams, and best practices. Covers git, github, commit development techniques with visual explanations.
intermediate git github commit
How to determine the URL that a local Git repository was originally cloned from
How to determine the URL that a local Git repository was originally cloned from
Learn how to determine the url that a local git repository was originally cloned from with practical examples, diagrams, and best practices. Covers git, github, git-remote development techniques wi...
intermediate git github git-remote
📄
How can I save username and password in Git?
Learn how can i save username and password in git? with practical examples, diagrams, and best practices. Covers git, credentials, git-config development techniques with visual explanations.
intermediate git credentials git-config
Git error when trying to push -- pre-receive hook declined
Git error when trying to push -- pre-receive hook declined
Learn git error when trying to push -- pre-receive hook declined with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.
intermediate git version-control
gpg failed to sign the data fatal: failed to write commit object [Git 2.10.0]
gpg failed to sign the data fatal: failed to write commit object [Git 2.10.0]
Learn gpg failed to sign the data fatal: failed to write commit object [git 2.10.0] with practical examples, diagrams, and best practices. Covers git, github, gpg-signature development techniques w...
intermediate git github gpg-signature
📄
branch and checkout using a single command
Learn branch and checkout using a single command with practical examples, diagrams, and best practices. Covers git, version-control, git-branch development techniques with visual explanations.
intermediate git version-control git-branch
Go to a particular revision
Go to a particular revision
Learn go to a particular revision with practical examples, diagrams, and best practices. Covers git, revision, revision-history development techniques with visual explanations.
intermediate git revision revision-history
What is the difference between git push and git pull?
What is the difference between git push and git pull?
Learn what is the difference between git push and git pull? with practical examples, diagrams, and best practices. Covers git, workflow, repository development techniques with visual explanations.
intermediate git workflow repository
What are the advantages of keeping linear history in Git?
What are the advantages of keeping linear history in Git?
Learn what are the advantages of keeping linear history in git? with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.
intermediate git version-control
📄
Why there are two ways to unstage a file in Git?
Learn why there are two ways to unstage a file in git? with practical examples, diagrams, and best practices. Covers git, git-reset, git-rm development techniques with visual explanations.
intermediate git git-reset git-rm
📄
Git: Could not resolve host github.com error while cloning remote repository in git
Learn git: could not resolve host github.com error while cloning remote repository in git with practical examples, diagrams, and best practices. Covers git, github development techniques with visua...
intermediate git github
How can I view all the git repositories on my machine?
How can I view all the git repositories on my machine?
Learn how can i view all the git repositories on my machine? with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.
intermediate git version-control
📄
How can I permanently delete a file stored in Git?
Learn how can i permanently delete a file stored in git? with practical examples, diagrams, and best practices. Covers git development techniques with visual explanations.
intermediate git version-control