Rookie Github question

I had to reinstall my local IDE.
How do i in the right way get back my forks branch local?

/Mike

git remote -v

Then clone the URL it returns.

Thanks

This is what i did.
Installed IDE according to instructions
deleted git/openhab2-addons
git remote -v
git clone https://github.com/tnemrap/openhab2-addons.git
Within Eclipse Team/Switch to/other Remote Tracking and selected my branch
Then i imported my binding.

/Mike