Les commandes de Git Bash : tout ce que vous devez savoir
What are the git Bash commands? A LIST OF GIT BASH COMMANDS: git config –global user.name “[name]” This command sets username, which aids in reviewing by whom the changes were made. git config –global user.email “[email address]” git config –global color.ui auto. git init. git init [repository name] git clone [url] git add [file] git … Lire la suite