docs:git:git_walkthrough

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:git_walkthrough [2012/09/21 23:58] – [git walkthrough] billhdocs:git:git_walkthrough [2012/10/09 14:30] (current) billh
Line 24: Line 24:
     * git is cool - the complete repository (all history) is stored inside this .git directory     * git is cool - the complete repository (all history) is stored inside this .git directory
     * even if you clone a repository from someone else, you have the full history available to work with - no further connection with them is required, unless you want future updates or to share code together     * even if you clone a repository from someone else, you have the full history available to work with - no further connection with them is required, unless you want future updates or to share code together
 +  * **IF YOU ARE USING CYGWIN ON WINDOWS...**<code>
 +git config core.filemode false
 +</code>
 +    * this tells git to ignore filemode permissions which do not work correctly on a non-unix host; if you don't do this, git will always complain that you are changing file permissions when you did nothing
   * add all content to the index (some call it the cache, it means what is staged for the next commit)<code>   * add all content to the index (some call it the cache, it means what is staged for the next commit)<code>
 git add . git add .
  • docs/git/git_walkthrough.1348293511.txt.gz
  • Last modified: 2012/09/21 23:58
  • by billh