docs:git:starting_a_new_project

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
docs:git:starting_a_new_project [2009/11/06 12:11] 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> 
  
-===== See Also ===== 
-  * [[fixing cygwin file mode changes]] 
  • docs/git/starting_a_new_project.1257534681.txt.gz
  • Last modified: 2009/11/06 12:11
  • by billh