gitBandit Level 29 β†’ Level 30

Clone the repo:

git clone ssh://bandit29-git@localhost:2220/home/bandit29-git/repo
	<Password>

The same as the last challenge.

There is nothing in the commits as well.

But we also have branches:

Git branch is a parallel line of development that allows you to work on features or fixes independently.

Lets check for the available branches:

We have dev which seems interesting.

Switch the branch:

Git checkout switches branches or restores files from a specific commit in a Git repository.

Git log again:

Here we got the password.

Last updated