Git Installation and Configuration Setup
- What is Git ?
- How To Install Git on Ubuntu ?
- How to update Git to Latest Version in Linux ?
- How to Configure Username, E-mail For First Time Git Setup ?
- How to Create Your First Git Repository ?
Basic Git Commands
- git init
- git config
- git add
- git commit
- git status
- git log
- git clone
- git fetch
- git pull
- git version
Advance Git Commands
- git branch
- git checkout
- git push
- git format-patch
- git am
- git merge
Git on Windows
- How to install git / git-bash on Windows
- Use repo on Windows to download android source
- Git filename too long in Windows MINGW / Git Bash
Github
- How to create git repository in Github ?
- Pushing your first git repository / project to Github
- How to create repository mirror onto github
Git Errors
- How to Solve – fatal: refusing to merge unrelated histories
- How to fix – fatal: Unable to create ‘.git/shallow.lock’: File exists.
- Solved git error – fatal: unknown index entry format 0x16700000
- Fixed : git error: inflate: data stream error (invalid distance code)
- Git filename too long in Windows MINGW / Git Bash
Code browse, search, review
- How to install universal-ctags on Ubuntu
- How to setup Opengrok ( source code search and cross reference engine ) on Ubuntu
- How to install Gitiles – repository browser for Git repositories on Ubuntu Linux
- How to install Gerrit on Linux / Ubuntu
- Important gerrit commands
- How to Generate Git Patch for Specific Commit Id ?
- Top Git Commands Every Developer Should Know
- How to create SSH Keys in Ubuntu / Linux ?
- How to create git superproject and add submodules ?
- How to clone remote git repository which has git submodules ?
- How to clone a large git repository
- How to change last commit message and code for local and remote git ?
- How to delete committed message from local and remote repository in Git ?
- Best Free websites for Source Code Management, Website hosting & Documentation