Quantcast
Channel: GIT ADD - News RSS Feed
Viewing all articles
Browse latest Browse all 5189

Contribute Your Code on Drupal.org, Part 5: Upload Your Project Files

$
0
0
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 ...

Viewing all articles
Browse latest Browse all 5189

Trending Articles