A website about my cartoon hero
cd change directory mkdir X create directory touch X create file pwd current position in file system whoami current user cat X show content of current file ll show files and directories in current folder
git clone checkout git from remote (e.g. github / gitlab) git status show status of git git add X add new file to git git add . add all not yet added files to git stash git commit -m "Message" commit to git with commit message git push pushes to github / gitlab