Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleMake sure it has an upstream repo

Set an upstream repository & Set upstream Git repo

Include Page
Set an upstream repository
Set an upstream repository

Expand
titleCreate a directory FOO

Set upstream Git repo
Expand
titleCreate a file BAR.lua in the directory with a function

Try this:

Code Block
function FOObar()
   return "The world needs more FOO";
end
Expand
titleCommit your changes

Set upstream Git repo

Include Page
Set upstream Git repo
Expand
titlePush the changes to the upstream repo

...