In this lesson, the student will learn about common Git commands such as commit, push, pull, and merge. These commands are essential for managing and maintaining a Git repository, which is a central place to store the source code of a project. The student will understand how to make changes to the code and track them using Git, and how to share the code with others through a remote repository such as Github or Bitbucket. The student will also learn about best practices for version control, such as committing frequently, making meaningful commit messages, and working with branches.
Back To The Course
Module 1: OOPS Concept
Module 2: Conditional and Loop statements
Module 3: Array
Module 4: String
Module 5 : Programming on String
Module 7: Exceptional handling
- Try-catch-finally block
- Throw and throws
Module 8: Collection
Module 9: Asynchronised Collection
- ConcurrentHashMap, ConcurrentLinkedQueue, and ConcurrentSkipListSet
Module 10: Java 8 Concepts
- Lambda expressions
- Stream API
- Date and time API
Module 11: Interview Practice based on Programming Question
- Tips for preparing for technical interviews
Module 12: Selenium Architecture
- Overview of Selenium