• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Git Add

November 2, 2012

The Git Add command will add files to the current local working repository. This is how files are officially added to the local repository. You can specify one file or multiple files by using wildcards.

Add one file

git add sample.php

git add sample.php

Add all files

git add .

git add .

Add all PHP files

git add *.php

git add *.php

Filed Under: Git Tagged With: add

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023