Skip to content

Instantly share code, notes, and snippets.

@uriellberdeja
Created July 29, 2024 23:42
Show Gist options
  • Save uriellberdeja/3f4fc1d57d78cee2e981a76b5bfcef38 to your computer and use it in GitHub Desktop.
Save uriellberdeja/3f4fc1d57d78cee2e981a76b5bfcef38 to your computer and use it in GitHub Desktop.
Bash cheatsheet for Pentesters
$ git log --oneline --graph --decorate --all

Create an alias:

$ git config --global alias.tree 'log --oneline --graph --decorate --all'

Then run

$ git tree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment