git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git --version
git clone <repository link>
git add .
git commit -m "message about the change"
git push
git pull
by @dedar
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git --version
git clone <repository link>
git add .
git commit -m "message about the change"
git push
git pull
by @dedar