Git cheatsheet
Few commands I found very useful during development.
CommandDescription
git commit -am "message"add and commit all trakced files
git fetch --all --prunefetch all remotes, delete remote branches which are dead
git reset --mergeabort merge, re...
giuliachiola.hashnode.dev2 min read