Git Training



Share On

 
Git Training and Courses - Live & Interactive Sessions
Demo Reference
Features of ScmGalaxy
      Known, Qualified and Experienced Git Trainer.

     Assignments with personal assistance

      Real time scenario based projects with standard evaluation

      Hands on Approach - We emphasize on learning by doing.

      80% of the class is consist of Lab by doing.

      Life time access to all learning materials & Lifetime technical support
Git - Instructor-led, Live & Interactive Sessions - Online
AGENDA DURATION PRICE
Git Essential Crash Course (Click Here) 4 Hours (1Day) INR 9999/- | 50% Off | INR 4999/-
Git Intermediate Crash Course (Click Here) 4 Hours (1Day) INR 13999/- | 50% Off | INR 6999/-
Git Advance Crash Course (Click Here) 4 Hours (1Day) INR 19999/- | 50% Off | INR 9999
Git Self-paced Video (Essential) 4 Hours INR 3999/- | 50% Off | INR 1999/-
Git Self-paced Video (Intermediate) 4 Hours INR 5999/- | 50% Off | INR 2999/-
Git Self-paced Video (Advance) 4 Hours INR 9999/- | 50% Off | INR 4999/-
Git Technical Support (Click Here) Lifetime INR 14999/- | 75% Off | INR 4999/-
Course Introduction

scmGalaxy is a leading company of Git courses, training and certification. Our Git trainers and consultants are highly skilled with more than 15 years of rich experience in the Software industry. DevOps! Which has captured a notable position in the IT world and has become a major part of software engineering methodology. In order to make better the software quality, reducing cost and increased the agility for faster release, DevOps and Git is playing very major role thus finding the leading Git trainers and training vendor is very much important.

Our Git courses are designed in certain method where participants can get benefits with more content in less span of time. scmGalaxy provide their services in terms of Git training and courses online and classroom in India and abroad. We run many public classrooms training program in the Bangalore, Hyderabad, Pune, Mumbai, India, Netherlands etc.

Git is a mature, actively maintained open source project originally developed in 2005 by Linus Torvalds, the famous creator of the Linux operating system kernel. Through this course, Learn to save and manage different versions of your code projects with this essential tool. We cover how to use Git, the popular open-source version control software, to manage changes to source code.

Benefits of the course
  • Technical benefits: Continuous software delivery
  • Technical benefits: Less complex problems to fix
  • Technical benefits: Faster resolution of problems
  • Business benefits: Faster delivery of features
  • Business benefits: More stable operating environments
  • Business benefits: More time available to add value (rather than fix/maintain)
How scmGalaxy is effective for Git training?
  • Technical benefits: Continuous software delivery
  • Technical benefits: Less complex problems to fix
  • Technical benefits: Faster resolution of problems
  • Business benefits: Faster delivery of features
  • Business benefits: More stable operating environments
  • Business benefits: More time available to add value (rather than fix/maintain)
Who should enroll it?

This course is a foundation to anyone who aspires to become a DevOps Engineer, a Service Engineer in the field of Enterprise Infrastructures. The following professionals are the key beneficiaries of this course :

  • DevOps Engineer
  • Build and Release Engineer
  • AppOps Engineer
  • Read More
Pre-requisites

Training Pre-requisites

  • Basic understanding of linux/unix system concepts
  • Familiarity with Command Line Interface (CLI)
  • Familiarity with a Text Editor
  • Experience with managing systems/applications/infrastructure or with deployments/automation

Git training schedule

14

Jul
Saturday
8:00 AM IST

18

Aug
Saturday
8:00 AM IST
Agenda of the Training

We have three courses on Git...

Git Fundamental — Detailed Agenda - Click Here

Git Intermediate — Detailed Agenda - Click Here

Git Advance — Detailed Agenda - Click Here

Git Essential/Crash Course - Agenda
What is Git?
  • Understanding version control
  • The history of Git
  • About distributed version control
  • Who should use Git?


Installing Git
  • Installing Git on a Mac
  • Installing Git on Windows
  • Installing Git on Linux
  • Configuring Git
  • Exploring Git auto-completion
  • Using Git help

Getting Started
  • Initializing a repository
  • Understanding where Git files are stored
  • Performing your first commit
  • Writing commit messages
  • Viewing the commit log
Git Concepts and Architecture
  • Exploring the three-trees architecture
  • The Git workflow
  • Using hash values (SHA-1)
  • Working with the HEAD pointer


Making Changes to Files
  • Adding files
  • Editing files
  • Viewing changes with diff
  • Viewing only staged changes
  • Deleting files
  • Moving and renaming files
  • Using Git with a Real Project
  • Introducing the Explore California web site
  • Initializing Git
  • Editing the support phone number
  • Editing the backpack file name and links
Undoing Changes
  • Undoing working directory changes
  • Unstaging files
  • Amending commits
  • Retrieving old versions
  • Reverting a commit
  • Using reset to undo commits
  • Demonstrating a soft reset
  • Demonstrating a mixed reset
  • Demonstrating a hard reset
  • Removing untracked files


Ignoring Files
  • Using .gitignore files
  • Understanding what to ignore
  • Ignoring files globally
  • Ignoring tracked files
  • Tracking empty directories
Navigating the Commit Tree
  • Referencing commits
  • Exploring tree listings
  • Getting more from the commit log
  • Viewing commits
  • Comparing commits

Branching
  • Branching overview
  • Viewing and creating branches
  • Switching branches
  • Creating and switching branches
  • Switching branches with uncommitted changes
  • Comparing branches
  • Renaming branches
  • Deleting branches
  • Configuring the command prompt to show the branch
Merging Branches
  • Merging code
  • Using fast-forward merge vs. true merge
  • Merging conflicts
  • Resolving merge conflicts
  • Exploring strategies to reduce merge conflicts
  • Fast Forward Merge
  • Three way Merge
  • Rebasing


Remotes
  • Using local and remote repositories
  • Adding a remote repository
  • Creating a remote branch
  • Cloning a remote repository
  • Tracking remote branches
  • Pushing changes to a remote repository
  • Fetching changes from a remote repository
  • Merging in fetched changes
  • Checking out remote branches
  • Pushing to an updated remote branch
  • Deleting a remote branch
  • Enabling collaboration
  • A collaboration workflow

Git Intermediate Training - Agenda
What is Git?
  • Understanding version control
  • The history of Git
  • About distributed version control
  • Who should use Git?


Installing Git
  • Installing Git on a Mac
  • Installing Git on Windows
  • Installing Git on Linux
  • Configuring Git
  • Exploring Git auto-completion
  • Using Git help

Getting Started
  • Initializing a repository
  • Understanding where Git files are stored
  • Performing your first commit
  • Writing commit messages
  • Viewing the commit log
Git Concepts and Architecture
  • Exploring the three-trees architecture
  • The Git workflow
  • Using hash values (SHA-1)
  • Working with the HEAD pointer


Making Changes to Files
  • Adding files
  • Editing files
  • Viewing changes with diff
  • Viewing only staged changes
  • Deleting files
  • Moving and renaming files
  • Using Git with a Real Project
  • Introducing the Explore California web site
  • Initializing Git
  • Editing the support phone number
  • Editing the backpack file name and links
Undoing Changes
  • Undoing working directory changes
  • Unstaging files
  • Amending commits
  • Retrieving old versions
  • Reverting a commit
  • Using reset to undo commits
  • Demonstrating a soft reset
  • Demonstrating a mixed reset
  • Demonstrating a hard reset
  • Removing untracked files


Ignoring Files
  • Using .gitignore files
  • Understanding what to ignore
  • Ignoring files globally
  • Ignoring tracked files
  • Tracking empty directories
Navigating the Commit Tree
  • Referencing commits
  • Exploring tree listings
  • Getting more from the commit log
  • Viewing commits
  • Comparing commits

Branching
  • Branching overview
  • Viewing and creating branches
  • Switching branches
  • Creating and switching branches
  • Switching branches with uncommitted changes
  • Comparing branches
  • Renaming branches
  • Deleting branches
  • Configuring the command prompt to show the branch
Merging Branches
  • Merging code
  • Using fast-forward merge vs. true merge
  • Merging conflicts
  • Resolving merge conflicts
  • Exploring strategies to reduce merge conflicts
  • Fast Forward Merge
  • Three way Merge
  • Rebasing


Stashing Changes
  • Saving changes in the stash
  • Viewing stashed changes
  • Retrieving stashed changes
  • Deleting stashed changes
Remotes
  • Using local and remote repositories
  • Adding a remote repository
  • Creating a remote branch
  • Read More

Tools and Next Steps
  • Setting up aliases for common commands
  • Using SSH keys for remote login
  • Exploring integrated development environments
  • Exploring graphical user interfaces
  • Understanding Git hosting
  • Conclusion


Tagging
  • Lightweight tags
  • Annotated tags
  • Signed Tags
  • Create tags in Git
  • Create tags in Stash
  • Checkout tags in Git
  • How to view tags
  • How to checkout tags

Git Advance Training - Agenda
What is Git?
  • Understanding version control
  • The history of Git
  • About distributed version control
  • Who should use Git?


Installing Git
  • Installing Git on a Mac
  • Installing Git on Windows
  • Installing Git on Linux
  • Configuring Git
  • Exploring Git auto-completion
  • Using Git help

Getting Started
  • Initializing a repository
  • Understanding where Git files are stored
  • Performing your first commit
  • Writing commit messages
  • Viewing the commit log
Git Concepts and Architecture
  • Exploring the three-trees architecture
  • The Git workflow
  • Using hash values (SHA-1)
  • Working with the HEAD pointer


Making Changes to Files
  • Adding files
  • Editing files
  • Viewing changes with diff
  • Viewing only staged changes
  • Deleting files
  • Moving and renaming files
  • Using Git with a Real Project
  • Introducing the Explore California web site
  • Initializing Git
  • Editing the support phone number
  • Editing the backpack file name and links
Undoing Changes
  • Undoing working directory changes
  • Unstaging files
  • Amending commits
  • Retrieving old versions
  • Reverting a commit
  • Using reset to undo commits
  • Demonstrating a soft reset
  • Demonstrating a mixed reset
  • Demonstrating a hard reset
  • Removing untracked files


Ignoring Files
  • Using .gitignore files
  • Understanding what to ignore
  • Ignoring files globally
  • Ignoring tracked files
  • Tracking empty directories
Navigating the Commit Tree
  • Referencing commits
  • Exploring tree listings
  • Getting more from the commit log
  • Viewing commits
  • Comparing commits

Branching
  • Branching overview
  • Viewing and creating branches
  • Switching branches
  • Creating and switching branches
  • Switching branches with uncommitted changes
  • Comparing branches
  • Renaming branches
  • Deleting branches
  • Configuring the command prompt to show the branch
Merging Branches
  • Merging code
  • Using fast-forward merge vs. true merge
  • Merging conflicts
  • Resolving merge conflicts
  • Exploring strategies to reduce merge conflicts
  • Fast Forward Merge
  • Three way Merge
  • Rebasing


Stashing Changes
  • Saving changes in the stash
  • Viewing stashed changes
  • Retrieving stashed changes
  • Deleting stashed changes
Remotes
  • Using local and remote repositories
  • Adding a remote repository
  • Creating a remote branch
  • Read More

Tools and Next Steps
  • Setting up aliases for common commands
  • Using SSH keys for remote login
  • Exploring integrated development environments
  • Exploring graphical user interfaces
  • Understanding Git hosting
  • Conclusion


Tagging
  • Lightweight tags
  • Annotated tags
  • Signed Tags
  • Create tags in Git
  • Create tags in Stash
  • Checkout tags in Git
  • How to view tags
  • How to checkout tags

Workflow Strategies
  • Branching basics
  • Forking basics
  • Centralized Workflow
  • Feature Branch Workflow
  • Gitflow Workflow
  • Forking Workflow
  • Git Troublshooting

SourceTree: Local Repositories
  • What is SourceTree?
  • Installing SourceTree
  • Creating a Local Repository Through SourceTree
  • Editing a Committed File
  • Adding a Tag
  • Branching
  • .gitignore in SourceTree
  • Removing Files

SourceTree: Remote Repositories
  • Creating a Repository Through Bitbucket
  • Cloning the Repository
  • Working with the Remote Repository
FAQs

Can I attend a Demo Session?

You can go through the sample class recording and it would give you a clear insight about how the classes are conducted, quality of instructors and inter-activeness in a class.

Can we have a demo class?

We do not have any demo class of concept. In case if you want to get familiar with our training methodology and process, you can request a pre recorded sessions videos before attending a live class?

Who are the training Instructors?

All our instructors are working professionals from the Industry and have at least 10-12 yrs of relevant experience in various domains. They are subject matter experts and are trained for providing online training so that participants get a great learning experience.

Do you provide placement assistance?

No, But we help you to get prepared for the interview. Since there is a big demand for this skill, we help our students for resumes preparations, work on real life projects and provide assistance for interview preparation.

What are the system requirements for this course?

The system requirements include Windows / Mac / Linux PC, Minimum 2GB RAM and 20 GB HDD Storage with Windows/CentOS/Redhat/Ubuntu/Fedora.

How will I execute the Practicals?

In Cloud, We can help you setup the instance in cloud (AWS, Cloudshare & Azure), the same VMs can be used in this training.
Also, We will provide you with step-wise installation guide to set up the Virtual Box Cent OS environment on your system which will be used for doing the hands-on exercises, assignments, etc.

What are the payment options?

You can pay using NetBanking from all the leading banks. For USD payment, you can pay by Paypal or Wired.

What if I have more queries?

Please email to info@scmGalaxy.com

What if I miss a class?

You will never lose any lecture. You can choose either of the two options:

  1. View the class presentation and recordings that are available for online viewing through our site.
  2. You can attend the missed session, in any other live batch free of cost. Please note, access to the course material will be available for lifetime once you have enrolled into the course. If we provide only one time enrollment and you can attend our training any number of times of that specific course free of cost in future

Do we have classroom training?

We can provide class room training only if number of participants are more than 6 in that specific city.

What is the location of the training?

Its virtual led training so the training can be attended using Webex | GoToMeeting

How is the virtual led online training place?

What is difference between DevOps and Build/Release courses?

Do you provide any certificates of the training?

We are not authorized for providing any officials certificates but we help all the students to get official certificates through proper assistant.

What if you do not like to continue the class due to personal reason?

You can attend the missed session, in any other live batch free of cost. Please note, access to the course material will be available for lifetime once you have enrolled into the course. If we provide only one time enrollment and you can attend our training any number of times of that specific course free of cost in future

Do we have any discount in the fees?

Our fees are very competitive. Having said that if we get courses enrollment in groups, we do provide following discount
One Students – 5% Flat discount
Two to Three students – 10% Flat discount
Four to Six Student – 15% Flat discount
Seven & More – 25% Flat Discount

Refund Policy

If you are reaching to us that means you have a genuine need of this training, but if you feel that the training does not fit to your expectation level, You may share your feedback with trainer and try to resolve the concern. We have no refund policy once the training is confirmed.

Why we should trust scmGalaxy for online training

You can know more about us on Web, Twitter, Facebook and linkedin and take your own decision. Also, you can email us to know more about us. We will call you back and help you more about the trusting scmGalaxy for your online training.

How to get fees receipt?

You can avail the online training reciept if you pay us via Paypal or Elance. You can also ask for send you the scan of the fees receipt.

Hear Words Straight From Our Clients About ScmGalaxy
Participant's Feedback
Testimonials
Our Popular Courses
DevOps Trainig Build & Release Training Docker Training Kubernetes Training
NewRelic Training Jenkins Training Puppet Training AWS Training
Chef Training Ansible Training Nagios Training SonarQube Training

scmGalaxy
Typically replies within an hour

scmGalaxy
Hi there 👋

How can I help you?
×
Chat with Us