Skip to content
GloomyCorner

GloomyCorner

git tips, wordpress development

  • Git
  • PHP
  • WordPress
    • WordPress Development
    • Quiz and Survey Plugin
  • JavaScript
  • Tool
    • Online QR Code generator
    • Online data filter
    • SVG to PNG
Home » git

Category: git

download

  • Downloading a single file or folder from a GitHub repo

hook

  • Executing git add in post-receive hook
  • Git hooks on Windows

delete

  • Deleting all commit history in Git
  • Deleting untracked files in Git

github

  • Protecting your commit email on GitHub
  • Adding images to README on GitHub

commit

  • Changing author info in existing Git commits
  • Changing the last commit in Git
  • Deleting files from Git commit history
  • Committing only a commit message in Git

push

  • Pushing partial commits to remote in Git
  • Pushing to a non-bare Git repository

eol

  • Line ending configuration in Git

alias

  • Useful Git aliases

diff

  • Git diff says no newline at end of file
  • Setting up Beyond Compare as difftool and mergetool in Git
  • Showing difference in Git

gitignore

  • Tracking only a type of files in Git
  • Listing untracked files in Git

checkout

  • Checking out a file from a specific commit in Git

clone

  • Cloning from a local Git repository
  • Partial clone in Git

submodule

  • Submodules management in Git

show

  • Listing changed files in a commit
  • Getting contents of a file in a specific commit in Git

basic

  • Git FAQ
  • Useful git commands with examples

remote

  • Remotes management in Git

config

  • Setting default commit template in Git
  • Ignoring files in 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

stash

  • Stashing changes in Git

log

  • Viewing commit history in Git

cherry-pick

  • Copy changes of commits in Git

ignore

  • Stopping tracking a file in Git

pull

  • Undoing merge or pull in Git

reset

  • Discarding changes in working directory in Git
  • Undoing a commit in Git

find

  • Finding a file in Git

ls-files

  • Getting count of tracked files in Git

tag

  • Tags management in Git

add

  • Undoing add in Git

undo

  • Undoing modifications of a file in Git

Git Handbook

  • quick use
    • Useful git commands with examples
    • Git FAQ
  • config, alias
    • Setting default commit template
    • Beyond Compare as difftool and mergetool
    • Useful aliases
    • Line ending configuration
  • ignore, track, untrack
    • Ignoring files
    • Stopping tracking a file
    • Deleting untracked files
    • Getting count of tracked files
    • Listing untracked files
    • Tracking only a type of files
  • clone
    • Partial clone
    • Cloning from a local repository
  • remote
    • Managing remotes
  • branch, checkout
    • Managing branches
    • Checking out a new remote branch
    • Setting a local branch to track a remote one
    • Checking local ahead/behind remote
    • Deleting a local/remote branch
    • Checking out a file from a commit
  • undo
    • Undoing modifications of a file
    • Undoing add
    • Undoing merge or pull
    • Discarding changes in working directory
    • Undoing a commit
  • diff, changes
    • Showing difference
    • Listing changed files in a commit
    • Git diff says no newline in end of file
  • commit, change
    • Copy changes of commits
    • Saving changes without committing
    • Committing with only a commit message
    • Changing the last commit
  • stash
    • Stashing changes
  • push, pull
    • Pushing to a non-bare repository
    • Pulling and pushing to multiple remotes
    • Pushing partial commits to remote
  • show, view
    • Getting contents of a file in a specific commit
  • find, grep
    • Finding a file
  • tag
    • Magaging tags
  • log
    • Viewing commit history
  • hook, custom
    • Git hooks on Windows
    • Execute git add in post-receive hook
  • submodule, alter-history
    • Submodules management
    • Deleting files from commit history
    • Changing author info in existing commits
    • Deleting all commit history
  • github
    • Protecting commit email on GitHub
    • Adding images to readme on GitHub

Ads

  • About
  • Contact Us
  • Donate

© 2018-2020 GloomyCorner