this is my repo
Git config --global user.name "Hergli" Gît config --global user.email " @gmail" Git config --list Git init "project" Cd project Touch index.html Git status Git add index.html Git commit -m "msg" Git log Git branch Git branch new branch Git checkout new branch Git checkout master Git merge new branch Git remote -v Git remote add origin https:.. Git remote -v Git push -u origin master