Monthly Archive: January 2021

Git

Git object types: – Blob – Tree – Commit – Annoted Tag Git low-level commands: git hash-object git cat-file git mktree echo “Hello, Git” | git hash-object –stdin -w b7aec520dec0a7516c18eb4c68b64ae1eb9b5a5e

Linux commands

echo $PATH = will show all executable commands path available. export PATH=$PATH:/home/dir/dir = will add this path to the executable path available which “name” = will show the path of the executable “name” man = get in deep help on…
Read more