Git and GitHub: A Hands-On Workshop with Java and Eclipse

#git #GitHub #JAVA #Eclipse
Share

Workshop Agenda: Git and GitHub: A Hands-On Workshop with Java and Eclipse


We’ll begin with an overview of the workshop goals, followed by a discussion on different source control systems. The session will introduce Git, focusing on key concepts like repositories, commits, branches, and merges, and its benefits. We’ll then cover GitHub’s features, including repositories, issues, and pull requests. Essential Git commands such as git init, git clone, git add, git commit, and git push will be demonstrated, along with branching, merging, and remote repository commands. The workshop will conclude with a practical example using Java and Eclipse, followed by a Q&A and hands-on practice.

 


  Date and Time

  Location

  Hosts

  Registration



  • Date: 01 Aug 2024
  • Time: 06:00 PM to 07:30 PM
  • All times are (UTC+03:00) Cairo
  • Add_To_Calendar_icon Add Event to Calendar
If you are not a robot, please complete the ReCAPTCHA to display virtual attendance info.
  • Contact Event Host
  • Email: info@stepbystep-tc.com

    Website: https://www.shamsieh.education/school.php?serial_number=4364

  • Co-sponsored by Step by Step for Training and Consulting
  • Starts 30 July 2024 08:55 PM
  • Ends 01 August 2024 05:50 PM
  • All times are (UTC+03:00) Cairo
  • No Admission Charge


  Speakers

Mohannad Malhis of Step by Step

Topic:

Lecturer

 

Mohannad Malhis is a seasoned IT professional with 21 years of experience, holding a Master’s in Computer Information Systems and advanced expertise in PMP, ALM, SDLC, and Microsoft technologies. He excels in Android and Flutter mobile applications, database administration, and software development, and has a track record of consulting for multinational organizations. Currently, he serves as CFO at ALbatross, Product Manager at ManafSoft LLC, and General Manager/Android Instructor at Step by Step for Training and Consulting.

 

Email:

Address:Jordan





Agenda

Workshop Agenda: Git and GitHub: A Hands-On Workshop with Java and Eclipse

1. Introduction

  • Welcome and Overview

    • Brief introduction to the workshop

    • Goals and objectives

2. Types of Source Safe

3. Introduction to Git

  • What is Git?

    • Key concepts: Repository, Commit, Branch, Merge

  • Benefits of Using Git

4. Introduction to GitHub

  • What is GitHub?

    • Overview of GitHub as a platform

    • Key features: Repositories, Issues, Pull Requests

5. Git and GitHub Commands

  • Basic Git Commands

    • git init, git clone, git add, git commit, git status, git log

  • Branching and Merging

    • git branch, git checkout, git merge

  • Remote Repositories

    • git remote, git push, git pull, git fetch

  • Collaborative Features

    • Forking, Pull Requests, Code Reviews

6. Practical Example with Java and Eclipse

7. Q&A and Hands-On Practice