You are on page 1of 1

GOOGLE CODE IN 2018

NAME: CHIRANJEEV MISHRA

EMAIL:chiranjeevmishra13@gmail.com

Organisation: JBOSS Community

TASK: Setup Git and a GitHub account - JBoss Community


1.Create an account on Github
Visited github.com and created an account.
2. Create a new repository
On the right most top corner there was a ‘+’ sign, created the repository with name “Google
Code In 2018” and initiated it with README.MD file, LICENSE.MD(APACHE LICENSE 2.0)
3. Open a new dummy issue in the repository
Under the Issue tab I created an issue with heading”
4. Create a Python / C++ / Java based hello-world program and commit it to the
repository
Uploaded a program in java with file name “Hello_World.java”
5. Create a new branch making changes to the hello-world program, and send a pull request
to the master branch.
Added a new line in the Hello_World.java file and committed the changes in a new branch,
and proposed the file changes to master branch and created a pull request to the master
branch.
6. Add a sample readme to the project.
Done in point 2
7. Add a LICENSE and a .gitignore file to the repository
Done in point 2.

You might also like