A package of commands of git.
Paste this command in a terminal to install the package
espanso install git
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 --author="User Name <[email protected]>"
git push origin
git push origin --force
git pull origin
git remote update
git fetch --all
git stash
git stash list
git stash show
git stash pop
git stash drop
git merge
git merge
git checkout
git checkout -b
git checkout -b
git branch
git branch -a
git branch -d
git push origin --delete
git log
git log --pretty=oneline
git log --oneline
git log --graph --oneline
git rebase master
git reset
git reset --hard
git revert HEAD
git revert HEAD --no-edit
git tag
git tag -d
git mv file.ext dir_name