We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo apt-get install git
sudo pacman -S git
Change to the git directory
cd ~/dev/git
Note: 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 --list
If the is no user section specified add one for commiting appropriate commits.
Initial-install-of-ubuntu-os