Home All courses
Online TrainingContact UsAbout Us
Over lay
Table of Contents

git Tutorial

Introduction Installing Git Understanding Git architecture Initializing the new Git respository Cloning new Git repository .git directory in Git repository Viewing Git configuration First time Git configuration Using SSH keys with Git Checking Git status Adding files into staging area in Git Committing changes to the local repository Ignoring files using .gitignore Viewing the history of commits Viewing the file contents in working directory, staging area and repository Viewing difference between files Viewing the history of files Git revert Git Reset git reflog Creating and switching to new branches in Git Viewing existing branches Merging branches Resolving conflicts Rebase Deleting branches Renaming the branch in Git Push Pull Stashing the changes in Git Tags in Git  Patches in Git Creating new repository on GitHub Pushing local repository to remote repository like GitHub IntelliJ IDEA

First time configuration in git

You can configure your user name and email address using below commands.
  • git config –global user.name “sagar”
  • git config –global user.email “[email protected]”
To view if the settings are applied properly, you can use below commands.
  • git config –list
  • git config user.name
  • git config user.email

Web development and Automation testing

solutions delivered!!

Logo
Courses
  • Automation Testing
About
  • About Me
Social Media
Copyright 2024 @ www.softpost.org