Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 432 Bytes

README.md

File metadata and controls

22 lines (22 loc) · 432 Bytes

myproject

this is my repo

hello

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