Coding Buddies pinned Β«Hii guys, Scaler Open Source September Challenge 1 Solution Step 1 : Open your github account or just sign in Step 2 : Go to scaler official repository and star it if you haven't already. https://github.com/scaleracademy/scaler-september-open-source-challengeβ¦Β»
Hii guys,
This post is regarding Scaler Open Source September Challenge 2 Solution.
So, I'll upload a video solution today at 9pm approximately on this telegram channel not on my YouTube channel and believe me it will take only 10 minutes to complete this challenge.
So, now you have to do one thing install git in your system and for installation you can watch any video that is available on YouTube itself.
Thank You.
This post is regarding Scaler Open Source September Challenge 2 Solution.
So, I'll upload a video solution today at 9pm approximately on this telegram channel not on my YouTube channel and believe me it will take only 10 minutes to complete this challenge.
So, now you have to do one thing install git in your system and for installation you can watch any video that is available on YouTube itself.
Thank You.
π5π€―1
Listen everyone from tomorrow onwards I'll not provide any solution only you have to do the challenge. But, don't worry I'll help you as much as I can. From tomorrow onwards you have to use your mind to solve the challenge.
People disliking me and my effort because I'm providing you solutions. And I don't want negative thoughts around me.
Thank You
Regards
Coding Buddies.
People disliking me and my effort because I'm providing you solutions. And I don't want negative thoughts around me.
Thank You
Regards
Coding Buddies.
π7
Hii guys,
Scaler open source september challenge 3 overview.
1. Go to that folder where we cloned the project yesterday
2. Open git bash there and create a branch over there using git
3. For creating a branch you can use git commands (you can find on google)
4. Branch name should be like this
your_github_username-details
Ex : kishanrajput23-details
5. Use git branch command in git bash then you'll be able to see two branches over there first main and second you created just.
6. Take screenshot of that window
7. Go to your issue which we created earlier and update them with a screenshot of today task just like we did yesterday.
8. Don't forget to change title as Challenge 1, 2 & 3
9. Copy the url from search bar and pater it on scaler discord server.
10. Congratulations you have just completed your Day 3 Taskπ₯³π₯³
If you still have any doubt then feel free to ping in group.
Also if like this post share with your friends and give me a thumbs up. π
Happy Learning
Regards
@Coding_Buddies
Scaler open source september challenge 3 overview.
1. Go to that folder where we cloned the project yesterday
2. Open git bash there and create a branch over there using git
3. For creating a branch you can use git commands (you can find on google)
4. Branch name should be like this
your_github_username-details
Ex : kishanrajput23-details
5. Use git branch command in git bash then you'll be able to see two branches over there first main and second you created just.
6. Take screenshot of that window
7. Go to your issue which we created earlier and update them with a screenshot of today task just like we did yesterday.
8. Don't forget to change title as Challenge 1, 2 & 3
9. Copy the url from search bar and pater it on scaler discord server.
10. Congratulations you have just completed your Day 3 Taskπ₯³π₯³
If you still have any doubt then feel free to ping in group.
Also if like this post share with your friends and give me a thumbs up. π
Happy Learning
Regards
@Coding_Buddies
π4
Hii guys,
Scaler open source september challenge 4 overview.
So, today's task is very simple
1. Open your cloned repository on GitHub and update your both branch by using sync fork button. Remember you have to update your both branch the first one is main and second one is you created yesterday.
2. Open you cloned project in your local system then use git pull command to see updated files in your system.
3. If you're in main branch then after doing this step you have to check out to another branch and do the same thing.
4. At last you will be able to see updated files in your system.
5. Take screenshot of that that updated files and add an comment in your issue where you did yesterday challenge.
6. Congratulations you have just completed your Day 4 Taskπ₯³π₯³
If you still have any doubt then feel free to ping in group.
Also if you like this post then share with your friends and give me a thumbs up. π
Happy Learning
Regards
@Coding_Buddies
Scaler open source september challenge 4 overview.
So, today's task is very simple
1. Open your cloned repository on GitHub and update your both branch by using sync fork button. Remember you have to update your both branch the first one is main and second one is you created yesterday.
2. Open you cloned project in your local system then use git pull command to see updated files in your system.
3. If you're in main branch then after doing this step you have to check out to another branch and do the same thing.
4. At last you will be able to see updated files in your system.
5. Take screenshot of that that updated files and add an comment in your issue where you did yesterday challenge.
6. Congratulations you have just completed your Day 4 Taskπ₯³π₯³
If you still have any doubt then feel free to ping in group.
Also if you like this post then share with your friends and give me a thumbs up. π
Happy Learning
Regards
@Coding_Buddies
Hey everyone,
It was nice to talking with you all. I hope I have cleared all of your doubts.
So, I'm planning to schedule a meet everyday at 9pm approx for resolving your doubts regarding scaler open source September challenge.
It was nice to talking with you all. I hope I have cleared all of your doubts.
So, I'm planning to schedule a meet everyday at 9pm approx for resolving your doubts regarding scaler open source September challenge.
Anonymous Poll
89%
Yes
11%
No
π7
Hii guys,
Scaler open source september challenge 5 overview.
1. First of all you have to update your both branches and by using sync and update button in your github repo.
2. Then in main branch you have to do below things. (In github repository not in your system)
3. Create a new folder inside the contributors folder, and name it with your github username. It should look something like this
contributors/<YOUR-GITHUB_USERNAME>/.
Ex : contributors/kishanrajput23
4. Create a markdown file in the folder you created following the naming convention for the file: <YOUR-GITHUB-USERNAME>.md.
Ex : contributors/kishanrajput23/kishanrajput23.md
5. Copy the following template into your file, delete the placeholder text and fill the information with yours.
name : your_name github_user_name: YOUR-GITHUB-USERNAME ---
6. Now click on contribute button and then compare and pull request after that in title you can write challenge 5 and in description you can write added my details then scroll down and click on create pull request.
7. After that copy the link of your pull request and share that link in discord channel.
8. Congratulations you have just completed your Day 5 Taskπ₯³π₯³
If you still have any doubt then feel free to ping in group.
Also if you like this post then share with your friends and give me a thumbs up. π
Happy Learning
Regards
@Coding_Buddies
Scaler open source september challenge 5 overview.
1. First of all you have to update your both branches and by using sync and update button in your github repo.
2. Then in main branch you have to do below things. (In github repository not in your system)
3. Create a new folder inside the contributors folder, and name it with your github username. It should look something like this
contributors/<YOUR-GITHUB_USERNAME>/.
Ex : contributors/kishanrajput23
4. Create a markdown file in the folder you created following the naming convention for the file: <YOUR-GITHUB-USERNAME>.md.
Ex : contributors/kishanrajput23/kishanrajput23.md
5. Copy the following template into your file, delete the placeholder text and fill the information with yours.
name : your_name github_user_name: YOUR-GITHUB-USERNAME ---
6. Now click on contribute button and then compare and pull request after that in title you can write challenge 5 and in description you can write added my details then scroll down and click on create pull request.
7. After that copy the link of your pull request and share that link in discord channel.
8. Congratulations you have just completed your Day 5 Taskπ₯³π₯³
If you still have any doubt then feel free to ping in group.
Also if you like this post then share with your friends and give me a thumbs up. π
Happy Learning
Regards
@Coding_Buddies
π7
Hey guys new update in today's challenge
In case anyone made a Pull Request from their main branch, you will have to close the pull request and do the challenge from the branch created in Challenge 2.
In case anyone made a Pull Request from their main branch, you will have to close the pull request and do the challenge from the branch created in Challenge 2.
π₯1
Guys please join only if you have doubts in today's task
Meet duration will be 30 minutes only.
meet.google.com/fun-rbzd-juv
Meet duration will be 30 minutes only.
meet.google.com/fun-rbzd-juv
Google
Real-time meetings by Google. Using your browser, share your video, desktop, and presentations with teammates and customers.
π1
Hii guys,
Scaler open source september challenge 6 overview.
1. First of all you have to update your both branches by using sync and update button in your github repo.
2. Then in your name branch you have to do below things. (In github repository not in your system)
3. Go to the file you created yesterday that is your_github_username.md under contributors folder
4. Open it and you will see a pencil icon in right side of the file.
5. Click on it and update with new template below
---
name: your_name
github_user_name: YOUR-GITHUB-USERNAME
url_of_github_issue: Link_of_the_github_issue_created_in_first_challenge
---
6. In commit message give a proper commit message like
Updated your_github_username.md file
7. Click on commit file at the bottom of the page and again go to your pull request and you'll be able to see updated file in your pr which you created yesterday.
8. Copy the link of your pr then share it in discord channel.
9. Congratulations you have just completed your Day 6 Challengeπ₯³π₯³
If you still have any doubt then feel free to ping in group.
Also if you like this post then share with your friends and give me a thumbs up. π
Happy Learning
Regards
@Coding_Buddies
Scaler open source september challenge 6 overview.
1. First of all you have to update your both branches by using sync and update button in your github repo.
2. Then in your name branch you have to do below things. (In github repository not in your system)
3. Go to the file you created yesterday that is your_github_username.md under contributors folder
4. Open it and you will see a pencil icon in right side of the file.
5. Click on it and update with new template below
---
name: your_name
github_user_name: YOUR-GITHUB-USERNAME
url_of_github_issue: Link_of_the_github_issue_created_in_first_challenge
---
6. In commit message give a proper commit message like
Updated your_github_username.md file
7. Click on commit file at the bottom of the page and again go to your pull request and you'll be able to see updated file in your pr which you created yesterday.
8. Copy the link of your pr then share it in discord channel.
9. Congratulations you have just completed your Day 6 Challengeπ₯³π₯³
If you still have any doubt then feel free to ping in group.
Also if you like this post then share with your friends and give me a thumbs up. π
Happy Learning
Regards
@Coding_Buddies
π6π₯2
Hii guys,
Scaler open source september challenge 7 overview.
1. First of all you have to update your both branches by using sync and update button in your github repo and in your local machine by using git pull.
2. Go through with this article and you'll get to know about how to do further task as you have to do the squash commits.
https://www.freecodecamp.org/news/git-squash-explained/
3. Congratulations you have just completed your Day 7Challengeπ₯³π₯³
If you still have any doubt then feel free to ping in group.
Also if you like this post then share with your friends and give me a thumbs up. π
Happy Learning
Regards
@Coding_Buddies
Scaler open source september challenge 7 overview.
1. First of all you have to update your both branches by using sync and update button in your github repo and in your local machine by using git pull.
2. Go through with this article and you'll get to know about how to do further task as you have to do the squash commits.
https://www.freecodecamp.org/news/git-squash-explained/
3. Congratulations you have just completed your Day 7Challengeπ₯³π₯³
If you still have any doubt then feel free to ping in group.
Also if you like this post then share with your friends and give me a thumbs up. π
Happy Learning
Regards
@Coding_Buddies
freeCodeCamp.org
Git Squash Explained
What is Git Squash? One of the things that developers hear quite often regarding their pull requests is something like βThat looks good to me, please squash and mergeβ. The fun part is that there is no such command like git squash (unless you create an aliasβ¦
New timings for completing daily challenges.
You get 24 hrs to post the completed challenge link , 12:00pm today to 11:59am tomorrow.
You get 24 hrs to post the completed challenge link , 12:00pm today to 11:59am tomorrow.
π4
Guys let's do a meet tomorrow at 10 am because deadline is tomorrow 11:59 am.
Till than I'll find a solution of this challenge
Till than I'll find a solution of this challenge
π3
Hey guys,
I hope I was able to answer your queries. Thank you for joining.
Keep. Supporting π
I hope I was able to answer your queries. Thank you for joining.
Keep. Supporting π
π3π₯2
Guys challenge 7 deadline extended please do the challenge ASAP if you haven't done yet.
Follow thisπ
Sbse pehle git bash mai main branch ko update kro using gut pull then apne name-details wale branch mai shift kro
Then
git pull origin name-details
Then
git rebase -i HEAD~3
Then vm editor open hoga
Then first commit ke aage pick rehne do bs baki ke neeche jitne commit hai unke aage s likh do
(Agar type nhi kr pa rhe ho to enter maro ya phir koi bhi letter type kro phir edit kr paoge)
Then
Press Esc then :wq then enter
Uske baad ek aur editor aaega waha pr jithe bhi white color se message likhe honge un sbke aage # laga dena bs ek ko chor
Ya phir sbke aage # laga dena aur khud ek commit message likh dena
Like squash all commits
(Same edit krne k liye i press kro ya enter)
Then again
Esc then :wq
Then you will see a message like successfully rebased
Then git push origin name-details -f
That's it
Sbse pehle git bash mai main branch ko update kro using gut pull then apne name-details wale branch mai shift kro
Then
git pull origin name-details
Then
git rebase -i HEAD~3
Then vm editor open hoga
Then first commit ke aage pick rehne do bs baki ke neeche jitne commit hai unke aage s likh do
(Agar type nhi kr pa rhe ho to enter maro ya phir koi bhi letter type kro phir edit kr paoge)
Then
Press Esc then :wq then enter
Uske baad ek aur editor aaega waha pr jithe bhi white color se message likhe honge un sbke aage # laga dena bs ek ko chor
Ya phir sbke aage # laga dena aur khud ek commit message likh dena
Like squash all commits
(Same edit krne k liye i press kro ya enter)
Then again
Esc then :wq
Then you will see a message like successfully rebased
Then git push origin name-details -f
That's it