Step 1: First Create a Local Repository in Eclipse by Opening Git Repositories Tabs or Perspective
Right Click on
Step 2: Go to AWS Codecommit and create a folder or repository there and clone https URL from there.
Now Past this URL in step first.
While pasting it will ask for username and password for that you need to create a IAM user and need to assign a role to user and then you have to create creational for him.
Now you local repos and remote repo is ready.
Step 3: Now go to your project and right-click and in team section click on Share Project > Git > Next >. Choose Your Repository from Local Machine. > Finish.
Step 4: Now right-click on Project > Team> Add to Index.
Step 5 : Now right-click on Project > Team > Commit > Choose files and Click on Commit and Push.
Right Click on
Step 2: Go to AWS Codecommit and create a folder or repository there and clone https URL from there.
Now Past this URL in step first.
While pasting it will ask for username and password for that you need to create a IAM user and need to assign a role to user and then you have to create creational for him.
Now you local repos and remote repo is ready.
Step 3: Now go to your project and right-click and in team section click on Share Project > Git > Next >. Choose Your Repository from Local Machine. > Finish.
Step 4: Now right-click on Project > Team> Add to Index.
Step 5 : Now right-click on Project > Team > Commit > Choose files and Click on Commit and Push.
Comments
Post a Comment