Lab#02 Introduction to GitHub-II
Lab#02 Introduction to GitHub-II
LAB # 02
Introduction to GitHub
OBJECTIVE
Performing commit, push, and pull operations from eclipse repository and analyzing version
changes on Git repository.
As we have already created repository in GitHub, we will now clone that repository in Eclipse.
Enter the URL copied from GitHub and then Provide login credentials and enter next.
Enter Finish
Select your current repository and enter Finish. The project will be now entered in your
repository.
Step 07: Commit and Push the project to the repository.
Right Click → Team → commit
Drag and drop files from Unstaged changes to staged changes, write some commit message
and enter Commit and push.
Enter Push.
Refresh GitHub, now you can see your project their in the repository you created.
Drag and drop files from Unstaged changes to staged changes, write some commit message
and enter commit and push.
Lab Task:
Create account on GitHub, add a clone git repository in eclipse and push the java project on
GitHub.