ACM-IGDTUW / Open-Source-Challenge

Advaya'20 The Open Source Challenge
8 stars 30 forks source link

Task 1: Set up the project #11

Open lisa761 opened 4 years ago

lisa761 commented 4 years ago

Welcome to the first task of The Open-Source Challenge. The task is as follows:


Submissions:

  1. Add the screenshot of the outputs of the following git commands (try to include all output in a single screenshot):
git --version
git config user.name
git config user.email
git remote -v
  1. Add a screenshot of this project that you were able to run on your localhost by following CONTRIBUTION.md.

Note: Add the two screenshots in a single comment of this issue. For any technical queries, open a new issue describing the problem. Don't forget to register here for this challenge before making contributions.

mishra-shruti96 commented 4 years ago

79160026-ba585780-7df6-11ea-993f-0ff7273c1af4 79160042-c6441980-7df6-11ea-9e3d-d8d7641fe26f

By mistake I created another issue for this task yesterday and posted my work there ... so here I am posting it again. Please consider this .

Link of the previous post : https://github.com/ACM-IGDTUW/Open-Source-Challenge/issues/15#issue-599129879

soumyaa1804 commented 4 years ago

@mishra-shruti96 Please cross-check why you are getting your email address on git config user.name as this command should return your username

Ruheej1 commented 4 years ago

image

image is this okay?

simran212530 commented 4 years ago

Screenshot (240) SS1 Hey, it's done!

soumyaa1804 commented 4 years ago

@Ruheej1 You had to clone your forked repo. You cloned it from the original repo that's why You are getting the same repository in both origin and upstream. Do it again from your forked repo.

lisa761 commented 4 years ago

@Ruheej1 If you have already forked the repo, you can just run this:

git remote set-url origin https://github.com/Ruheej1/Open-Source-Challenge.git

and then run

git remote -v

again to see the update.

Ruheej1 commented 4 years ago

image is it correct now?

lisa761 commented 4 years ago

@Ruheej1 Great!

Mitali-laroia commented 4 years ago

IMG_20200414_153539 Task 1

soumyaa1804 commented 4 years ago

@Mitali-laroia, You had to run git remote -v for the output after adding upstream. You can run the commands again and change the image in the comment itself.

mishra-shruti96 commented 4 years ago

@mishra-shruti96 Please cross-check why you are getting your email address on git config user.name as this command should return your username

@soumyaa1804 I checked it again... there might me some mistake . Check this one image

vkr-code commented 4 years ago

Screenshot (379) Screenshot (381)

eternal-dreamer commented 4 years ago

Screenshot (18) Screenshot (15)

lisa761 commented 4 years ago

Hi, @vkr-code, you also need to show the result of git remote -v in your terminal.

priyanka2109 commented 4 years ago

Is it okay? Screenshot (14) Screenshot (15)

lisa761 commented 4 years ago

Hi, @priyanka2109, your origin and upstream both have the same link. You have to fork the repo and then clone it. If you did fork the repo, then run this command:

git remote set-url origin https://github.com/priyanka2109/Open-Source-Challenge.git

Else, fork the repo first and then run the same command.

priyanka2109 commented 4 years ago

Screenshot (16) Screenshot (17)