It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
Howdy, Stranger!
It looks like you've been lurking for a while.
If you register, we also will remember what you have read and notify you about new comments. You will also be able to participate in discussions.
So if you'd like to get involved, register for an account, it'll only take you a minute!
apt-get update
apt-get install git-core -y
git --version
git config --global user.name "test"
git config --global user.email "test@domain.tld"
If you forgot or want to change some details you always can modify git's configuration file:nano .gitconfig
Comments
I have a lot of problem to install