Skip to content

Instantly share code, notes, and snippets.

@badhonhitech
Last active October 6, 2020 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badhonhitech/0ecf0c788ba6e740d330ca2134465463 to your computer and use it in GitHub Desktop.
Save badhonhitech/0ecf0c788ba6e740d330ca2134465463 to your computer and use it in GitHub Desktop.
# To Install latest Git, run this command:
sudo apt install git
# To Configure Git run this command:
sudo git config --global user.name "TypeYourName"
sudo git config --global user.email "TypeYourEmail"
# To check Git configuration settings run this command:
git config --list
#checkout below YouTube video for Git installation and configuration on #ubuntu
https://youtu.be/ZIZtQSuwkL8
#git #github #gitlab #git_linux #git_projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment