Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

Bash file manipulation cheat sheet

cd - change directory

cd .. - change to parent directory

pwd - print working directory

mkdir - make directory

rmdir - remove empty directory

rm - remove a file

rm -r - removes non-empty directory

ls - list content of directory

ls -a - lists also hidden files

clear - clear the shell

Git cheat sheet

  • No labels