Skip to content

jeonghyeonee/Groupify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Groupify

Enhance your phone usage experience

2024 Capstone Design Project with Sua Kim

Getting Started

Clone the Repository

First, clone this repository from GitHub:

git clone https://github.com/jeonghyeonee/Groupify.git

Branch Creation and Management

Create a Branch

List all existing branches:

git branch

Create and switch to a new branch using the format ID/IssueName/IssueNumber:

git checkout -b <ID/IssueName/IssueNumber>
# git checkout -b jeonghyeonee/UpdateReadMe/3

Verify the new branch:

git branch -v

Switch Branches

Switch to another branch:

git checkout <branch-name>

Code Modification

Add Changes

Add all modified files:

git add .

Add a specific file:

git add <file-name>

Commit Changes

Commit the changes with a message:

git commit -m "Enter your commit message here"

Push Changes

Push changes to the remote repository:

git push origin <branch-name>

Creating and Writing a Pull Request

Create a Pull Request

After pushing your changes, go to the GitHub repository and click the "Pull Request" button to create a Pull Request.

Write a Pull Request

Ensure the Pull Request:

  • Describes the changes and implemented functionality.
  • Uses proper comments in the code.
  • Has no unchanged old code.

Completion and Code Review

Request code reviews from your team members. Address feedback and update the Pull Request as necessary.

How to Contribute

  1. Clone the repository.
  2. Create and switch to a new branch.
  3. Modify the code and commit your changes.
  4. Push your changes and create a Pull Request.

About

2024 Capstone Design Project Sua Kim & Jeonghyeon Lee

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published