git init
git clone
git config --global core.autocrlf true
git config --global core.safecrlf warn
git config --global user.email ""
git config --local user.email ""
git config --global user.name ""
git config --local user.name ""
git status
git add .
git commit -m ""
git commit --amend -m ""
git commit --amend -m ""
git commit --amend --author="User Name <[email protected]>"
git commit --amend --date="2023-02-14T15:55:00"
git remote update
git fetch --all
git push origin --force
git push origin
git push origin develop
git push origin dev
git push origin develop
git push origin development
git push origin homolog
git push origin hml
git push origin homolog
git push origin homologation
git pull origin
git pull origin develop
git pull origin dev
git pull origin develop
git pull origin development
git pull origin homolog
git pull origin hml
git pull origin homolog
git pull origin homologation
git stash
git stash list
git stash show
git stash pop
git stash drop
git stash --include-untracked
git merge
git branch -m main
git merge
git merge develop
git merge dev
git merge develop
git merge development
git merge homolog
git merge hml
git merge homolog
git merge homologation
git checkout
git checkout develop
git checkout dev
git checkout develop
git checkout development
git checkout homolog
git checkout hml
git checkout homolog
git checkout homologation
git checkout -b
git checkout -b
git branch
git branch -a
git branch -d
git branch -D
git push origin --delete
git log
git log --pretty=oneline
git log --oneline
git log --graph --oneline
git log --pretty=format:"%h %ad %s%d [%an]" --graph --date=short
git rebase master
git reset
git reset --hard
git reset --hard HEAD
git reset --hard HEAD~1
git reset --soft
git reset --soft HEAD
git reset --soft HEAD~1
git revert HEAD
git revert HEAD --no-edit
git tag
git tag -d
git restore .
git clean
git clean -f
git mv file.ext dir_name
git cherry-pick