Skip to content
GloomyCorner
git tips, wordpress development
Git
PHP
WordPress
WordPress Development
Quiz and Survey Plugin
JavaScript
Web
Webpack
SVG
Tool
Online QR Code generator
Online data filter
SVG to PNG
Category:
git
git-bash
git-bash.exe vs git-cmd.exe on Windows
git-status
Showing the working tree status
github
Downloading a single file or folder from a GitHub repo
Protecting your commit email on GitHub
Adding images to README on GitHub
githooks
Executing git add in post-receive hook
Git hooks on Windows
git-clean
Deleting all commit history in Git
Deleting untracked files in Git
git-commit
Changing author info in existing Git commits
Changing the last commit in Git
Committing only a commit message in Git
Undoing a commit in Git
git-push
Pushing partial commits to remote in Git
Pushing to a non-bare Git repository
git-config
Line ending configuration in Git
Useful Git aliases
Setting default commit template in Git
Ignoring files in Git
Setting up Beyond Compare as difftool and mergetool in Git
git-diff
Git diff says no newline at end of file
Showing difference in Git
gitignore
Tracking only a type of files in Git
git-checkout
Checking out a file from a specific commit in Git
Undoing modifications of a file in Git
git-clone
Cloning from a local Git repository
Partial clone in Git
git-submodule
Submodules management in Git
git-show
Listing changed files in a commit
Getting contents of a file in a specific commit in Git
git-basic
Git FAQ
Useful git commands with examples
git-filter-branch
Deleting files from Git commit history
git-remote
Remotes management in Git
git-branch
Branches management in Git
Setting up a local branch to track a remote branch in Git
Checking out a new remote branch in Git
Checking local branch is ahead or behind remote branch
Deleting a local or remote branch in Git
git-stash
Stashing changes in Git
git-log
Viewing commit history in Git
git-cherry-pick
Copy changes of commits in Git
git-rm
Stopping tracking a file in Git
git-pull
Undoing merge or pull in Git
git-reset
Discarding changes in working directory in Git
Undoing add in Git
git-ls-files
Finding a file in Git
Getting count of tracked files in Git
Listing untracked files in Git
git-tag
Tags management in Git