Versions Compared

Key

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

...

    • You will create a branch that you will use during the project to deploy. (The branch should have the structure of: <the first letter of your first name and your surname>.)
      • for example: Francisco Gonzalez - Branch name fgonzalez
    • Use the next script.
      Code Block
      titlegit push
          git checkout -b <yourBranchName>
      	git git add .
       git commit -m "Initial commit"
          git add .
          git push origin <yourBranchName>

...