To install Git on Linux/Ubuntu you have to Run the below commands
Step 1 :- First check that your packages are updated or not :
sudo apt update
Step 2 :- Run the below command to install Git :
sudo apt install git
Step 3 :- Verify the installation by typing the below command which will print the Git version :
git –version
OUTPUT
git version 2.17.1
Session 1 advance git aug 2020 git introduction — By DevOpsSchool
Session 2 advance git aug 2020 git workflow — By DevOpsSchool
Session 3 advance git aug 2020 git workflow — By DevOpsSchool
Session 4 advance git aug 2020 git working with remote github — By DevOpsSchool
Session 5 advance git aug 2020 git branching — By DevOpsSchool
Session 6 advance git aug 2020 git branch merging — By DevOpsSchool
Session 7 Advance Git Aug 2020 Git fetch undoing config gitignore — By DevOpsSchool
Session 8 Advance Git Aug 2020 Git Stash Tag — By DevOpsSchool
Session 9 Advance Git Rebase Sourcetree — By DevOpsSchool
Session 10 Advance Git Working With Gitlab — By DevOpsSchool
Session 11 Advance Git Working With Gitlab Git Reset — By DevOpsSchool
Latest posts by Sushant Kumar (see all)
- What is On-Page Optimization and Off-page Optimization - March 14, 2024
- [SOLVED] Flutter : PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null) - December 7, 2021
- [Solved] Flutter : Error: The getter ‘subhead’ isn’t defined for the class ‘TextTheme’ from package:flutter/src/material/text_theme.dart’ – searchable_dropdown - December 6, 2021