Git commands that are really common and everyone should know:
git init
git clone
git add
git commit -m “Your commit message”
git status
git pull
git push origin
git checkout
git merge
git log
git fetch
git diff
git revert
git reset
git rm
Related Posts
What display: grid does?
In my experience, a lot of problems with CSS happen because developers have problems understanding the display property.…
#61 — Split Words as Individual Characters
Problem description & analysis: An Excel table has a column of words: Task: Split each of these words…
Transaction Per Second (TPS)
In the blockchain world, transactions per second (TPS) metrics measure the number of transactions a blockchain can process…