Git Project PDF
Git Project PDF
Assignment - 1
1. Installing Git on AWS ubuntu.
2. Creating a directory with name “My Project”.
3. Initializing “My Project” directory as an empty git repository.
4 .Placing 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.Creating a Remote repository on GitHub.
9. Pushing the source code from Local repository to Remote Repository.
10.Pushing the source code from Local repository to
Remote Repository.