Welcome to Git tutorial. In this tutorial, you will learn below topics.
- Introduction
- Installing Git
- Understanding Git architecture
- Creating new Git repository – 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 (Working directory, Staging area, Repository)
- Viewing the history of files
- Git revert and Git Reset
- Getting back deleted commits using git reflog
- Managing branches – Creating and switching to new branches in Git, Viewing existing branches, Merging branches (Fast forward and 3-Way merge), Resolving conflicts, Rebase, Deleting branches, Renaming the branch in Git
- Collaborating with team – Push, Pull
- Stashing the changes in Git
- Tags in Git
- Patches in Git
- Working with GitHub project – Creating new repository on GitHub, Pushing local repository to remote repository like GitHub, Creating pull request, Protecting repository and branches.
- Git integration – IntelliJ IDEA, Visual Studio and Eclipse
Recent Comments