0% found this document useful (0 votes)
313 views

Git Assignment PDF

Uploaded by

Swetha Sripathi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
313 views

Git Assignment PDF

Uploaded by

Swetha Sripathi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

DevOps Certification Training

Module 5 : Git Assignment

Assignment - 1

www.staragile.com
You have been hired by the client ABC Systems as a Developer, where in
you are required to manage the source in a Git Repository. Client would
like to assess your hands on knowledge and skills. Thus, Client has
requested you to demonstrate the following actions using Git and GitHub.

You are requested to execute following task :

1. Install Git on AWS ubuntu.

2. Create a directory with name “My Project”.

3. Initialize “My Project” directory as an empty git repository.

4. Place your eclipse project into this Git Repository.

5. Create a .gitignore file and configure it for excluding these

files(*.class, *.settings, *.project)

6. Add the source code into Staging Area.

7. Commit the source code into Local git repository.

8. Create a Remote repository on GitHub.

9. Push the source code from Local repository to Remote Repository.

www.staragile.com

You might also like