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 IDEAIntelliJ IDEA integration with git
IntelliJ IDEA provides very good support to Git. We can perform all operations like adding files to staging area, committing changes, viewing Git log history, pushing and pulling the changes from remote repository etc. Below image shows how to access Git window in IntelliJ IDEA. Below image shows how to commit changes. We can invoke below window using CTRL + K short cut key. Below image shows how to push the changes to remote repository. We can invoke this window using CTRL+SHIFT+K shortcut key. Below image shows how to update project in Git. We can invoke this window using CTRL + T shortcut key. Below image shows how to view log of git history and local changes from version control window.Web development and Automation testing
solutions delivered!!