Guid to commit and push
Guid to commit and push
Take care when you commit and push, you have to use Eclipse IDE for Enterprise Java and
Web Developers - 2023-12 and tomcat v9.0.
This is the remaining part of the project that you should commit and push into GitHub that i already
created and i have been invited each of for you.
Now, based on the following table format all of you commit and push the project carefully .
anyone who don’t how to commit and push , first watch the video here
https://www.youtube.com/watch?v=Lhyu_2iLO8w&t=96s
To commit and push the project files into a shared GitHub repository created by someone else,
follow these steps. These instructions assume the repository owner has already invited you to
the repository and you have accepted the invitation.
bash
git --version
2. Configure Git with your credentials: Run the following commands to set up your name
and email (used for commits):
bash
Bash
bash
cd Food-Order-web-app
1. Copy your project files (JSP, Servlet, Java files, etc.) into the cloned repository folder on
your local machine.
1. Stage the changes: Run the following command to add your files to the staging area:
bash
git add .
This stages all changes (new files, modified files, and deleted files).
2. Commit the changes: Commit your staged files with a descriptive message:
bash
3. Pull the latest changes (important for group projects): Before pushing, ensure your local
branch is up to date with the remote repository:
bash
2. Check the "Commits" or "Files" tab to ensure your changes have been pushed
successfully.
Avoid Overwriting Others' Changes: Always pull (git pull) before making changes or
pushing to avoid merge conflicts.
bash
bash
When done, merge it into the main branch through a Pull Request on GitHub.
-Mulugeta
-Abdurehiman
-Bereket
-Ezra
-Keneni
-Betselot
-Dawit
-Abdulhafiz
*front end *
1.booksuccess.jsp
2.ChefChekoutSuccess.jsp
3.ChefDeleteSuccess.jsp
4.ChefInsertSuccess.jsp
5.ChefUpdateSuccess.jsp
6.paymentsuccess.jsp
7.Paymentwithchapa.jsp
*backend*
1.ChefCountServlet.java
2.ChefOrderChekOut.java
3.ChefslistShow.java
4.Contact.java
5.DatauserShow.java
6.DeleteChef.java
7.DeletDataServlet.java
8.FoodCountServlet.java
9.FoodDrinkOrderServlet.java
10.FoodOrder.java
11.FoodorderUpdate.java
12.InsertChef.java
13.OrderCountServlet.java
14.OrderslistShow.java
15.Subscribe.java
16.TableorderServlet.java
17.UpdateChef.java
18.UserDataCountServlet.java
19.UserslistShow.java