Sophomore-Track icon indicating copy to clipboard operation
Sophomore-Track copied to clipboard

Instruct student to remove git repo from my-app

Open Coding-with-Adam opened this issue 1 year ago • 4 comments

https://github.com/LearnWeb3DAO/Sophomore-Track/issues/82#issuecomment-1544559500

Coding-with-Adam avatar May 17 '23 01:05 Coding-with-Adam

hi @yanukadeneth99 What does it mean when a PR gets a bug tag? Does that mean that the PR is accepted but you all need more time to go over it and implement it?

Coding-with-Adam avatar May 17 '23 19:05 Coding-with-Adam

@Coding-with-Adam Do you have it like this in the file

# Linux / macOS
cd frontend
rm -rf .git

# Windows
cd frontend
rmdir /s /q .git

Did you add shell after the "```"

ljcutts avatar May 18 '23 16:05 ljcutts

hi @ljcutts I'm not sure how exactly to implement what you suggest. I have it with three backlinks in the PR. Without the parenthesis; they are just for demonstration purposes.

(```)

Linux / macOS

cd frontend rm -rf .git

Windows

cd frontend rmdir /s /q .git (```)

Coding-with-Adam avatar May 18 '23 16:05 Coding-with-Adam

hi @yanukadeneth99 What does it mean when a PR gets a bug tag? Does that mean that the PR is accepted but you all need more time to go over it and implement it?

Hey @Coding-with-Adam, it means the context is related to a bug.

yanukadeneth99 avatar May 27 '23 12:05 yanukadeneth99