News

git config --global user.name "Your Name" Set your Git username. git config --global user.email "[email protected]" Set your Git email. git init Create a new Git repository in the current folder. git ...