Skip to content
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

My first HBP pull request! #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions git_is_amazing.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ <h2>2. Now let's branch out!</h2>
<h2>3. Let's make a change!</h2>
<p>- Add your name to the list below:</p>
<ul>
<li>Hi, I am Aaryan Jain, I am a deep sea diver at hackbeanpot 2024!</li>
<li>Hi, I am Emma Vonbuelow, I am a deep sea diver at hackbeanpot 2024!</li>
<li>Hi, I am Aaryan Jain, I am a super cool deep sea diver at hackbeanpot 2024!</li>
<li>Hi, I am Emma Vonbuelow, I am a skilled deep sea diver at hackbeanpot 2024!</li>
<li>Hi, I am &lt;Your Name&gt;, I am an explorer at hackbeanpot 2024!!</li>
</ul>
<p>Ensure you pull the latest changes from the main branch before adding your name to minimize merge conflicts.</p>
<code>git pull origin main</code>
<code>git pull origin main</code>git
vonbuelow marked this conversation as resolved.
Show resolved Hide resolved
<p>- Now add your change to git</p>
<code>git add .</code> or <code>git add &lt;file_path&gt;</code>
<p>- Now what's a commit and how do I commit my change?</p>
Expand Down