Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
3 views
in DevOps and Agile by (29.3k points)
I had question about Git.I am working in Eclipse IDE.

I have created a project locally.

I want to add that to a repository that already exists remotely on Git hub under a specific branch.

Any help with respect to this would be appreciated.

Thank you,

1 Answer

0 votes
by (50.2k points)

For that, you can export the package into ZIP format and upload it on github or else if you want to execute a test case then kindly export that project into the runnable java jar file with all libraries and then you can upload it in your git hub.

For more information, refer to this git tutorial

Browse Categories

...