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