first-contributions icon indicating copy to clipboard operation
first-contributions copied to clipboard

"cd first-contributions"

Open StepTheGlow opened this issue 1 year ago • 3 comments

it told to copy this in terminal but the correct code is "cd first-contribution" the "S" in the end dosen't work (PS : im a newbie just made my first contribution today!)

StepTheGlow avatar Apr 19 '24 14:04 StepTheGlow

StepTheGlow:patch-1 i fixed it here

StepTheGlow avatar Apr 19 '24 14:04 StepTheGlow

#83605 this is the one

StepTheGlow avatar Apr 19 '24 14:04 StepTheGlow

In my case, an ERROR 403 appeared and I have to search around to solve it. My tip, for you guys that face the same problem:
git remote add myFork https://github.com/yourgithubnamehere/first-contributions.git

After that, type: git push myFork add-yourbranchnamehere

Hope that you guys can do it sweetly.

SilencioPz avatar Apr 19 '24 18:04 SilencioPz

it told to copy this in terminal but the correct code is "cd first-contribution" the "S" in the end dosen't work (PS : im a newbie just made my first contribution today!)

the correct command is cd whatever-you-call-your-forked-repo

in other words if i created my repo under the name "batata" i have to cd batata regardless of the documentation.

Was I able to help clear out the confusion?

kenshanta avatar May 06 '24 22:05 kenshanta