gibney.org
:
Technology
:
Git
(Entry Nr. 382, by user 1 |
edit
)
How to use Git: <br> <br>Infos from this tutorial: www.kernel.org/pub/software/scm/git/docs/gittutorial.html <br> <br>git config --global user.name "Your Name" <br>git config --global user.email your@email.com <br> <br>cd your_project <br>git init # will create .git/ <br> <br>Commit: <br>git add . # commit does not find new files. this does. <br>git commit
Create a new entry at this position