Companies Home Search Profile

Git & GitHub with Eclipse, Android studio & IntelliJ

Focused View

Bibhash Roy

7:55:51

99 View
  • 1 - Course announcement VERY IMPORTANT.html
  • 2 - Introduction.mp4
    02:53
  • 3 - Navigating through the Course.html
  • 4 - Git Site.txt
  • 4 - Install Git on Windows.mp4
    05:37
  • 5 - Git Site.txt
  • 5 - Install Git on a Mac.mp4
    03:56
  • 6 - Git Site.txt
  • 6 - Install Git on Linux.mp4
    02:25
  • 7 - Version Control Systems.mp4
    03:25
  • 8 - Birds Eye View of Git.mp4
    07:48
  • 9 - Git History.mp4
    01:05
  • 10 - Git States.mp4
    02:14
  • 11 - More on States.mp4
    02:13
  • 12 - Setup a Repository.mp4
    04:57
  • 13 - Setup Name and Email Address For Git.mp4
    06:05
  • 14 - Setup Git Prompt on Windows.mp4
    06:50
  • 14 - gbclecture12gitinbashwindowstxt.txt
  • 15 - Setup Git Prompt on a Mac.mp4
    07:40
  • 15 - gbclecture13gitinbashmactxt.txt
  • 16 - Setup Git Prompt on Linux.mp4
    06:32
  • 16 - gbclecture14gitinbashlinuxtxt.txt
  • 17 - Creating an empty Git Repository.mp4
    08:21
  • 18 - Adding an existing Project to a Git Repository.mp4
    04:29
  • 18 - Demo Source code for repo.txt
  • 19 - Adding Files to a Git Repository.mp4
    04:08
  • 20 - Committing Changes to a Git Repository.mp4
    06:03
  • 21 - Checking a Git Repository Status.mp4
    07:58
  • 22 - Reverting Changes From a Git Repository.mp4
    07:31
  • 23 - Viewing the Git Commit History.mp4
    07:17
  • 24 - Git Branches.mp4
    15:03
  • 25 - GitHub Site.txt
  • 25 - Introduction to Github.mp4
    04:53
  • 26 - Creating a Repository on Github.mp4
    07:30
  • 27 - Push Changes to GitHub.mp4
    13:30
  • 28 - Pulling Changes from Github.mp4
    08:27
  • 29 - Forking and Cloning a Github Repository.mp4
    09:23
  • 30 - Overview of the content in the following sections of the course.mp4
    01:41
  • 31 - Introduction.mp4
    02:13
  • 32 - Downloading and Installing the Java Development Kit.mp4
    06:01
  • 33 - Downloading and Installing Android Studio.mp4
    07:18
  • 34 - Configuring the Android Software Development Kit.mp4
    18:32
  • 35 - Setting up Android Studio for Git Usage.mp4
    04:51
  • 36 - GitHub website.txt
  • 36 - Importing an Android Studio Project into Github.mp4
    15:41
  • 36 - gbclecture34CalculatorAppFinecodezip.txt
  • 37 - File Status Highlights.txt
  • 37 - Push Changes From Android Studio to Github.mp4
    14:15
  • 38 - Clone a Repository From Github.mp4
    10:00
  • 39 - Pulling Changes From Github.mp4
    12:50
  • 40 - Branching.mp4
    15:34
  • 41 - Merge Branches.mp4
    04:37
  • 42 - Introduction.mp4
    02:37
  • 43 - Install Python for Windows.mp4
    03:46
  • 44 - Install Jetbrains IntelliJ IDEA for Windows.mp4
    12:19
  • 45 - Configure IntelliJ for Python.mp4
    05:52
  • 46 - Setting up IntelliJ for Git Usage.mp4
    04:33
  • 47 - Importing an IntelliJ project into Github.mp4
    15:16
  • 47 - gbclecture45Blackjackzip.txt
  • 48 - File Status Highlights.txt
  • 48 - Pulling and Pushing Changes to a Remote Repository.mp4
    16:23
  • 49 - Clone a Repository.mp4
    09:17
  • 50 - Pulling Changes.mp4
    10:32
  • 51 - Basic Branching.mp4
    14:06
  • 51 - Githubcom.txt
  • 52 - Merging Branches.mp4
    04:07
  • 53 - Introduction.mp4
    01:55
  • 54 - Install Java Development Kit.mp4
    04:44
  • 55 - Eclipseorg.txt
  • 55 - Install Eclipse.mp4
    08:40
  • 56 - Setting up Eclipse for Git Usage.mp4
    07:07
  • 57 - GitHub website.txt
  • 57 - Import Project.mp4
    18:22
  • 57 - Java project for importing.txt
  • 58 - Pushing Changes to Github.mp4
    07:39
  • 59 - Cloning from Github.mp4
    11:23
  • 60 - Pull From Github.mp4
    11:16
  • 61 - GitHub website.txt
  • 61 - Working with Branches.mp4
    18:07
  • 62 - Merging Branches.mp4
    06:04
  • 63 - Bonus Lecture Special Offers.html
  • 63 - Discount coupon for Git Masterclass course.txt
  • 63 - Discount coupon for Spring Master class.txt
  • Description


    Git and Github Bootcamp & Integration with popular development tools - Eclipse, Android studio & IntelliJ

    What You'll Learn?


    • Understand what Git is, and how to use it.
    • Save your software projects in Git
    • Be able to clone Git projects from the Internet
    • Upload projects to Git enabled web repositories like GitHub
    • Access Git inside popular IDE's such as Eclipse, IntelliJ and Android Studio

    Who is this for?


  • The course is not designed for people new to programming.
  • As the course is teaching you have to save software projects to Git repositories, it's envisaged that you have previous software development experience and/or been through a programming course
  • What You Need to Know?


  • This course shows you how to use Git, on Windows, Mac, or Linux. The minimum requirement is to have a computer running on of these operating systems
  • More details


    Description

    Student Reviews For The Git Bootcamp With GitHub Course.

    "Brilliant course. Learned a lot and I am now using git and github in my software development. The videos and explanations are very clear and cover everything you need to get started using git and github." - David Crombie

    "Not only does he teach the basics of git and GitHub, but he also shows how to use it with several different editors, and even shows you how to install all of them on top of it. I have a much better grip on git and GitHub and although I do need a lot of practice" - Francisca Roele

    "The information on how to configure git and github was very clear and easy to follow. The examples on how to use git were easy to understand and the instructor showed how to use the most important features of git. Overall it is a very good introduction to the use of git and github." - Bill Coulter

    ======================================================

    Maybe you've heard how version control is an important part of software development, but haven't gotten around to learn about Git yet?

    Perhaps you have searched to find a course that will teach you the important parts of using Git and GitHub, but have failed to find one that actually explains things in detail, step by step.

    Maybe you have an urgent need to understand how to use Git, but don’t want to spent hours watching videos that are fully of theory, but don’t include the necessary how-to information.

    Or maybe you tried another Git course, and found that it was created by someone who is not a full time developer, and it left you needing more information.

    If any of this resonates with you, then this is the course for you.

    In this course, you will discover Git and version control systems in general, and obtain real world, value skills that can dramatically increase your career prospects as a software developer.

    The fact is that an understanding of version control systems and source control in general is vital for developers in 2016, and this course will get you up to speed fast.

    Git is one of those skills that employers look for on resumes, so don’t miss out on opportunities because you are do not have the necessary skills.

    You will learn how to:

    • Setup and install Git for your operating system, with separate videos for Windows, Mac and Linux.
    • How to use Git from either the command line/shell, or from software development tools like IntelliJ, Android Studio, and Eclipse.
    • How to create and maintain your own Git repositories on your local computer.
    • Understand core Git commands like add, push, pull, checkout, clone, and more
    • Learn how to create new repositories on Github.
    • Obtain the skills to setup GitHub as a remote repository for your local Git repositories.
    • Learn how to download and install a valuable free tool that makes it dramatically easy to understand how Git works.
    • Understand the core differences between centralised version control systems and distributed version control systems, and why its vital to use the right system.
    • And for bonus points, find out the reason why Linus Torvalds, the inventor of Linux actually developed Git in the first place!
    • Plus lot’s more!

    What about updates and support?

    My other courses get continued updates and support, and this course is no exception. We answer questions daily in the questions and answers area of the course, so you are never on your own.    

    So, are you ready to get started? Enroll now and start your journey to understanding Git and Github today.

    Who this course is for:

    • The course is not designed for people new to programming.
    • As the course is teaching you have to save software projects to Git repositories, it's envisaged that you have previous software development experience and/or been through a programming course

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Bibhash is a hardened Software Developer and Professional turned entrepreneur with over 25 years of rich industrial experience (17 years in Software Development)  in diverse fields. However, he is passionate about teaching whatever he has learned in his career spanning an array of prestigious stints at large Global Corporate power houses such as PricewaterhouseCoopers and Siemens.Over the years, he has has gained deep knowledge and expertise in programming languages such as Java, C, C++, PL/SQL, Scala and Python to name a few. He has worked extensively in various frameworks and tools such as Spring, Struts, Hibernate, Oracle, MongoDB, Cassandra, Hadoop, Spark and others. DevOps intensely interests him. He has been working with Git and GitHub since their inception. He is also an expert on Machine Learning and Data Science and his current projects are more focused in this area. As a part of engineering responsibility, he has developed and architected numerous highly scalable & mission critical applications for many Fortune 500 companies. Currently in the role of founder and CEO, he is spearheading GoKoders, a Training & Consulting Company of repute.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 60
    • duration 7:55:51
    • English subtitles has
    • Release Date 2024/07/23