Warning: you are leaving 1 commit behind, not connected to any of your branches

you can git cherry-pick bada553d if it’s just the one commit.

You can also reference anywhere you’ve been by using the reflog:

git reflog

then use one of those commits:

git checkout -b temp HEAD@{3}

to checkout and make a branch temp from where your current commit was 3 “times” ago. It’s a bread crumb of where you used to be.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)