Working With Git
Topic : Copying project from remote repository + Basic commands : add,
status, commit and push
Create a folder to store the project
In your local drive
Click Here
Click Here
Copy This Link
Write the command git clone and Paste the link
Project is cloned
Open the Eclipse
And select file tab
Click Here
Select this
Click Here
Click Here
Select the folder
Select your project
Click Here
Click Here
We can see our project here
Added two more files
To project
Go inside the project
Right-Click Here
Click Here
Check the status : git status
Shows all untracked and modified files
Add all untracked and modified files to
Stagging area
All files added to stagging area
Commit all the files of stagging area
This will add all files to local repository
Push the files to the remote repository
New files added to project
New files added to project
Thank You