Skip to content

Omrani-Mahmoud/Gestion-d-assurance-automobile-Symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First commands

  1. Clone the repo (first time): git clone https://gitlab.com/exception-overflow/symfony.git
  2. git checkout development

Basic commands

After making changes

  1. git add .
  2. git commit -m "Your message"
  3. git pull <------------ very important
  4. git push

Install Packages

c install (to do on the first pull)

Ignore files (for vendor/*)

git rm --cached FILENAME