-
Notifications
You must be signed in to change notification settings - Fork 0
Exercise: Introduction to GitHub #1
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
Comments
Step 1: Create a branchWelcome to "Introduction to GitHub"! 👋 What is GitHub?: GitHub is a collaboration platform that uses Git for versioning. What is a repository?: A repository is a project containing files and folders. What is a branch?: A branch is a parallel version of your repository. Branches allow you to separate your work from the What is a profile README?: A profile README ⌨️ Activity: Your first branch
Having trouble? 🤷If you don't get feedback, here are some things to check:
|
Step 2: Commit a fileYou created a branch! 🎉 Creating a branch allows you to edit your project without changing the What is a commit?: A commit is a set of changes to the files and folders in your project. A commit exists in a branch. For more information, see "About commits". ⌨️ Activity: Your first commitThe following steps will guide you through the process of committing a change on GitHub. A commit records changes to the project such as adding/removing/renaming files and modifying file content. For this exercise, committing a change will be adding a new file to your new branch. Note
Having trouble? 🤷If you don't get feedback, here are some things to check:
|
Step 3: Open a pull requestNice work making that commit! ✨ Now that you have made a change to the project and created a commit, it’s time to share your proposed change through a pull request! What is a pull request?: Collaboration happens on a pull request. The pull request shows the changes in your branch to other people and allows people to accept, reject, or suggest additional changes to your branch. In a side by side comparison, this pull request is going to keep the changes you just made on your branch and propose applying them to the ⌨️ Activity: Create a pull requestYou may have noticed after your commit that a message displayed indicating your recent push to your branch and providing a button that says Compare & pull request. To create a pull request automatically, click Compare & pull request button, and then skip to step 5 below. Alternately, you practice creating it manually using the first 4 steps.
Having trouble? 🤷If you don't get feedback, here are some things to check:
|
Step 4: Merge your pull requestNicely done! 😎 You successfully created a pull request. Now it's time to merge it! What is a merge?: A merge adds the changes in your pull request and branch into the ⌨️ Activity: Merge the pull request
Having trouble? 🤷If you don't get feedback, here are some things to check:
|
ReviewCongratulations, you've completed this Exercise and joined the world of developers! Here's a recap of your accomplishments:
What's next?If you'd like to make a profile README, use the quickstart instructions below or follow the instructions in the Managing your profile README article.
Check out these resources to learn more or get involved:
|
Congratulations jeremyanugrah! You finished the exercise! 🎉🎉🎉 We've updated the repository with a couple changes to highlight your success! Return to the repository home page to see your progress! |
Introduction to GitHub
👋 Hey there jeremyanugrah! Welcome to your Skills exercise!
If you are new to GitHub, you might find your fellow developers use issues to organize their work and collaborate. We will do the same! That's another lesson, but today, we will introduce you to the basics.
As you complete each step, I will respond in the comments to:
Good luck and have fun!
- Mona
The text was updated successfully, but these errors were encountered: