From f0a4b6ac7ba96ece000f3054decf51bf5595085d Mon Sep 17 00:00:00 2001 From: Jiwon Jung <144806675+study2895@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:54:07 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20FEAT:=20BranchTest.txt=20=EC=9E=91?= =?UTF-8?q?=EC=84=B1=20=EB=B0=8F=20=EA=B5=AC=ED=98=84=20on=20feat#1=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit โœจ feat: Add login feature and user session management on main-develop-feat#1 ### ๐Ÿ“ ์„ค๋ช… - ๋กœ๊ทธ์ธ ํŽ˜์ด์ง€ ๊ตฌํ˜„ ์™„๋ฃŒ - ์‚ฌ์šฉ์ž ์„ธ์…˜ ๊ด€๋ฆฌ๋ฅผ ์œ„ํ•ด Vuex๋กœ ์ƒํƒœ ์ €์žฅ ๊ตฌํ˜„ - ์—๋Ÿฌ ๋ฉ”์‹œ์ง€ ์ฒ˜๋ฆฌ๋ฅผ ์œ„ํ•œ ErrorMessage ์ปดํฌ๋„ŒํŠธ ์ถ”๊ฐ€ ### ๐Ÿ”— ์ฐธ์กฐ - ๊ด€๋ จ ์ด์Šˆ: #23 --- BranchTest.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 BranchTest.txt diff --git a/BranchTest.txt b/BranchTest.txt new file mode 100644 index 0000000..2afd0d7 --- /dev/null +++ b/BranchTest.txt @@ -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 ๐Ÿ“„ +------------------------------------