0% found this document useful (0 votes)
4 views26 pages

Git 4 WorkingWithGit

This document provides a guide on copying a project from a remote Git repository and using basic Git commands such as add, status, commit, and push. It outlines steps to create a folder, clone the repository, check the status of files, add them to the staging area, commit changes, and push to the remote repository. The document includes instructions for using Eclipse to manage the project files.

Uploaded by

ajitbachhav1998
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views26 pages

Git 4 WorkingWithGit

This document provides a guide on copying a project from a remote Git repository and using basic Git commands such as add, status, commit, and push. It outlines steps to create a folder, clone the repository, check the status of files, add them to the staging area, commit changes, and push to the remote repository. The document includes instructions for using Eclipse to manage the project files.

Uploaded by

ajitbachhav1998
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 26

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

You might also like