Skip to content

felicityy-li/Give-Care

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackRX2022

Give Care 💊🌿

📝 Table of Contents

💊🌿 About

🏃‍♀️🏃 How to run Give Care?

⛏️⛏️ Built Using

👷👷‍♀️ How to contribute?

  • Clone the repository locally using the following command:
git clone https://github.com/felicityy-li/HackRx2022.git
  • When working on a new feature/ bug fix, make sure to get the latest main branch code:
git pull
  • Create a local branch from main branch:
git checkout -b feature-branch-name
  • After work is complete: stage, commit and push the new branch and create a Pull request remotely

stage (to add all the files):

 git add .

commit:

 git commit -m "you message here"

push the local branch:

  git push origin feature-branch-name
  • After the changes are reviewed and accepted, they will be merged into main by reviewer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published