Github Cookbook
Github Cookbook
git config
Usage:
git alias
Usage:
git init
Usage:
1. git init
git clone
Usage:
git add
Usage:
1. git add .
git commit
Committing changes
Usage:
git status
Usage:
1. git status
2. git status -s
git push
Usage:
Usage:
2. git pull
git fetch
Usage:
git branch
Usage:
git checkout
Switching branches
Usage:
git merge
Merging branches
Usage:
git rebase
Rebasing a branch
Usage:
git stash
Usage:
1. git stash
git clean
Usage:
1. git clean -n
2. git clean -f
Tagging
git tag
Usage:
git log
Usage:
1. git log
git blame
Usage:
git cherry-pick
Usage:
git revert
Usage:
git rebase -i
Interactive rebase
Usage:
git bisect
Usage:
git remote
Usage:
2. git remote -v
Usage:
Usage: