sh your_program.sh init
alias gt=/home/nazmul/Desktop/BuildYourOwnGit/your_program.sh
gt cat-file -p 3b18e512dba79e4c8300dd08aeb37f8e728b8dad
to get 3b18e512dba79e4c8300dd08aeb37f8e728b8dad
# mkdir -p /tmp/testing && cd /tmp/testing
mkdir temp && /tmp/test_dir && cd /tmp/test_dir
git init
echo "hello world" > test.txt # The tester will use a random string, not "hello world"
git hash-object -w test.txt
# 3b18e512dba79e4c8300dd08aeb37f8e728b8dad