# LreanGit **Repository Path**: henryhe613/LreanGit ## Basic Information - **Project Name**: LreanGit - **Description**: Git指令集合 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-07 - **Last Updated**: 2021-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Git is a useful tool. Git is a free software. Here are some commands: git init git commit -m "say something" git status git diff git log git log --pretty=oneline git reset --hard HEAD^ git reset --hard 29fj22 cat git reflog git diff HEAD -- git checkout -- git reset HEAD git rm ssh-keygen -t rsa -C "email@doname.com" git branch git checkout git checkout -b git branch git merge git checkout -d git switch -c git switch git log --graph --pretty=oneline --abbrev-commit git merge --no-ff -m "something commit" git cherry-pick 4c805e2 git switch -d