docs:git:starting_a_new_project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:git:starting_a_new_project [2009/10/20 12:42] – created billhdocs:git:starting_a_new_project [2012/09/21 23:16] (current) – removed billh
Line 1: Line 1:
-====== starting a new project ====== +
-  * if this is the first time you are using git on this machine, tell it your information<code> +
-git config --global user.name "Your Name" +
-git config --global user.email "Your Email" +
-</code> +
-  * change inside your project directory (or make a new folder if this is from scratch) +
-  * create the git repository (the .git folder)<code> +
-git init +
-</code> +
-  * add the project contents<code> +
-git add . +
-</code> +
-  * make the initial commit<code> +
-git commit -a +
-</code>+
  • docs/git/starting_a_new_project.1256064174.txt.gz
  • Last modified: 2009/10/20 12:42
  • by billh