Skip to content

Commit

Permalink
✨ FEAT: BranchTest.txt 작성 및 구현 on feat#1 #1
Browse files Browse the repository at this point in the history
✨ feat: Add login feature and user session management on main-develop-feat#1

### 📝 설명
- 로그인 페이지 구현 완료
- 사용자 세션 관리를 위해 Vuex로 상태 저장 구현
- 에러 메시지 처리를 위한 ErrorMessage 컴포넌트 추가

### 🔗 참조
- 관련 이슈: #23
  • Loading branch information
study2895 authored Oct 3, 2024
1 parent 4325766 commit f0a4b6a
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 f0a4b6a

Please sign in to comment.