Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a note for WSL2 users #63

Merged
merged 1 commit into from
Oct 14, 2022
Merged

Added a note for WSL2 users #63

merged 1 commit into from
Oct 14, 2022

Conversation

git-pixel22
Copy link
Contributor

Closes #51

Note for WSL2 users, changed docs.md to design.md, copied its content to the end of the readme file.

@git-pixel22
Copy link
Contributor Author

I think this PR would be fine. Sorry for these mess ups I'm still learning how to use git/github properly.

Copy link
Owner

@qascade qascade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to merge, ideally you should have not created a new PR. Please learn to revert back to previous ref, if you messed up. You can check previous commits through git reflog and then do, for example you want to go 3 commits back then, git reset --hard HEAD@{3}. Then again make changes. Rebase is to be avoided because --force-push is not allowed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Templates not showing up in issues and PRs. wsl support for yast
2 participants