-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…feature ✨ FEAT: BranchTest.txt 작성 및 구현 on feat#1 #1
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 📄 | ||
------------------------------------ |