Skip to content

Commit

Permalink
Merge pull request #2 from Windpia/feat/#1 - Add user authentication …
Browse files Browse the repository at this point in the history
…feature

✨ FEAT: BranchTest.txt 작성 및 구현 on feat#1 #1
  • Loading branch information
study2895 authored Oct 3, 2024
2 parents 4325766 + f0a4b6a commit 1f785c9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions BranchTest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
✨ Welcome to Branch Test ✨

------------------------------------
Branch: feature-branch 🌿
Date: 2024-10-03
------------------------------------

Hello, Git user! 👋

This file was created to test branching in Git.
Branches allow you to develop features independently without affecting the main branch.

Here are some Git branching tips:

1. Create a new branch:
➡️ `git checkout -b new-feature`

2. Switch between branches:
➡️ `git checkout main`

3. Merge your branch with the main branch:
➡️ `git merge new-feature`

Happy coding! 🚀✨

------------------------------------
End of Branch Test 📄
------------------------------------

0 comments on commit 1f785c9

Please sign in to comment.