-
-
Notifications
You must be signed in to change notification settings - Fork 3
Install git
Asterios Raptis edited this page Apr 4, 2024
·
3 revisions
sudo apt-get install gitsudo pacman -S gitChange to the git directory
cd ~/dev/gitNote: Precondition is that you have already created the default directories
Make sure that your file ~/.gitconfig have the appropriate configuration. To see what is the current configuration is execute the following command:
git config --listIf the is no user section specified add one for commiting appropriate commits.