diff --git a/index.html b/index.html index 6e0068b..2737d46 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ Git - + @@ -33,8 +33,8 @@ + + @@ -65,7 +65,7 @@

Community

Social

@@ -110,7 +110,7 @@

Safety

If we make a mistake in our code and break everything, how do we fix it?

@@ -142,15 +142,14 @@

Collaboration


No. This is the old way of sharing progress.
- Comparing two files and finding the difference between the two is very tedius and time consuming.
+ Comparing two files and finding the difference between the two is very tedious and time-consuming.
  • - Instead use a Version Control System + Create online VCS repository instead
    - Changes made to files are stored as differences between versions.
    - When you've made a change to code, save the difference it into the VCS. + If you're using Git, examples of online repositories include GitHub, BitBucket and GitLab.
  • @@ -168,7 +167,7 @@

    Maintenance

    Fix current code set and re-deploy.
    - More than likely, the programme has changed significantly and is now incompatible with the customer's system.
    + More than likely, the program has changed significantly and is now incompatible with the customer's system.
    The 'bug' could have been built into a new feature or is a dependency in something new.
    @@ -203,7 +202,7 @@

    What is Git?

  • What is a repository?
    - A repo is your project code and history of changes that were made. + A repo is your project code and the history of changes that were made.
  • What goes in a repo? @@ -250,12 +249,12 @@

    > git init

    > git status