Now we need to tell git to copy our files to Drupal's sandbox for the project. git add -A git commit -m git push -u origin 8.x-1.x This first command, "git add -A" will commit all the files that are different from the destination: "git commit -m" is a ...
↧