Changes

Jump to navigation Jump to search
m
Line 92: Line 92:  
Otherwise, configure git in the repository:
 
Otherwise, configure git in the repository:
   −
  cd <your-slug-name>.git
+
  cd ${SLUG}.git
 
  git config user.email <email-you-used-for-registering-project>
 
  git config user.email <email-you-used-for-registering-project>
 
  git config user.name <your-name>
 
  git config user.name <your-name>
    
You should only need to do this once in a repository.
 
You should only need to do this once in a repository.
      
=== Develop ===
 
=== Develop ===

Navigation menu